Method GetPdmObject
GetPdmObject(DocumentId)
Gets the PDM object corresponding to a document.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
PdmObjectId GetPdmObject(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Identifier of the document to analyze. |
Returns
| Type | Description |
|---|---|
| PdmObjectId | Identifier of the corresponding PDM object. |
Remarks
This method is available since v7.6.