Method GetMechanismStage
GetMechanismStage(DocumentId)
Gets the mechanism stage operation of an assembly document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
ElementId GetMechanismStage(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the mechanism stage operation found, or Empty if the assembly is not a mechanism. |
Remarks
This method is available since v7.8.