Method GetSubstitutableElements
GetSubstitutableElements(ElementId)
Gets the sub-components substitutable elements from a top inclusion operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 19, 0, 0)]
List<ElementId> GetSubstitutableElements(ElementId inOperationId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inOperationId | Identifier of the parent inclusion operation to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | Part or assembly entities found. |
Remarks
This method is available since v7.19.