Method GetOwner
GetOwner(PdmObjectId)
Gets the owner of an object.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 11, 300, 80)]
PdmObjectId GetOwner(PdmObjectId inObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | PDM object identifier. |
Returns
| Type | Description |
|---|---|
| PdmObjectId | PDM object identifier of the owner, or empty if none. |
Remarks
If there is no owner, the returned PDM object identifier is empty.
This method is available since v7.10.