Method SetTextUserProperty
SetTextUserProperty(PdmObjectId, PdmObjectId, string)
Sets the value of a specified text user property of an object.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 300, 40)]
void SetTextUserProperty(PdmObjectId inObjectId, PdmObjectId inPropertyObjectId, string inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | Object identifier. |
| PdmObjectId | inPropertyObjectId | Object identifier of property definition document to assign. |
| string | inValue | Value to assign. |
Remarks
This method must not be called between StartModification(string, bool) and EndModification(bool, bool) methods calls.
This method is available since v7.9.300.040.