Method GetSourceSets
GetSourceSets(DocumentId)
Gets the source sets of a BOM.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
List<ElementId> GetSourceSets(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the BOM document to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementId> | Identifiers of the sets of the source assembly document, or empty if none. |
Remarks
This method is available since v7.12.