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