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