Method IsMechanism
IsMechanism(DocumentId)
Tells whether an assembly document is a mechanism.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
bool IsMechanism(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| bool | The assembly document is a mechanism. |
Remarks
This method is available since v7.6.