Method GetUserPropertyDefinition
GetUserPropertyDefinition(ElementId)
Gets the user property definition of a parameter entity corresponding to a user property.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
DocumentId GetUserPropertyDefinition(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter to analyze. |
Returns
| Type | Description |
|---|---|
| DocumentId | Identifier of the user propserty definition document, or Empty if the parameter does not correspond to a user property. |
Remarks
This method is available since v7.6.