Method SetCurrentSet
SetCurrentSet(DocumentId, ElementId)
Sets the current set definition entity in a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 14, 300, 140)]
void SetCurrentSet(DocumentId inDocumentId, ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to set the current set. |
| ElementId | inElementId | Identifiers of the set definition entity. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.14.300.140.