Method GetTextUserProperty
GetTextUserProperty(PdmObjectId, PdmObjectId)
Gets the value of a specified text user property of an object.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 300, 40)]
string GetTextUserProperty(PdmObjectId inObjectId, PdmObjectId inPropertyObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | Object identifier. |
| PdmObjectId | inPropertyObjectId | Object identifier of property definition document. |
Returns
| Type | Description |
|---|---|
| string | Property value, or |
Remarks
If the object to analyze does not have a property corresponding to the specified type (i.e. corresponding
to the specified property definition document), this method returns null without throwing any exception.
This method is available since v7.9.300.040.