Method SetRealUserProperty
SetRealUserProperty(PdmObjectId, PdmObjectId, Real)
Sets the value of a specified real user property of an object.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 9, 300, 40)]
void SetRealUserProperty(PdmObjectId inObjectId, PdmObjectId inPropertyObjectId, Real inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | Object identifier. |
| PdmObjectId | inPropertyObjectId | Object identifier of property definition document to assign. |
| Real | 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.