Method GetParts
GetParts(DocumentId)
Gets the part or assembly entities that are in the parts folder of an asssembly document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
List<ElementId> GetParts(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the assembly document to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | Part or assembly entities found. |
Remarks
This method is available since v7.8.