Method GetDocument
GetDocument(PdmObjectId)
Gets the document corresponding to the last minor revision of a document PDM object.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
DocumentId GetDocument(PdmObjectId inPdmObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inPdmObjectId | Identifier of the document PDM object. |
Returns
| Type | Description |
|---|---|
| DocumentId | Identifier of the document corresponding to the last minor revision. |
Remarks
If the PDM object is not a TopSolid document, this method returns Empty.
This method is available since v7.6.