Method GetBaseDocument
GetBaseDocument(DocumentId)
Gets the base part or assembly of a derived part or assembly.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 0, 0)]
DocumentId GetBaseDocument(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the derived part or assembly document to analyze. |
Returns
| Type | Description |
|---|---|
| DocumentId | Base part or assembly document identifier, or empty if the part or assembly is not derived. |
Remarks
This method is available since v7.10.