Method ExcludeLocalComponent
ExcludeLocalComponent(ElementId, ElementId)
Exclude a sub component from substitution
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
void ExcludeLocalComponent(ElementId inOperationId, ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inOperationId | Identifier of the top inclusion operation holding sub-component to substitute. |
| ElementId | inElementId | Identifier of the element to exclude from substitution. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.19.