Method IsDerived
IsDerived(DocumentId)
Tells whether part or assembly is a derived part or assembly.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
bool IsDerived(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 part or assembly. |
Remarks
This method is available since v7.10.