Method IsMaterialDerived
IsMaterialDerived(DocumentId)
Tells whether the material of a derived part is derived from the base part.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 301, 40)]
bool IsMaterialDerived(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the part document to analyze. |
Returns
| Type | Description |
|---|---|
| bool | The material of the derived part is derived from the base part. |
Remarks
This method is available since v7.6.301.40.