Method SetSourceSets
SetSourceSets(DocumentId, List<ElementId>)
Sets the source sets of a BOM.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
void SetSourceSets(DocumentId inDocumentId, List<ElementId> inSetIds)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the BOM document to modify. |
| List<ElementId> | inSetIds | Identifiers of the sets of the source assembly document, or empty if none. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.12.