Method GetUserEnumerationText
GetUserEnumerationText(ElementId)
Gets the text corresponding to the value of a user enumeration parameter.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
string GetUserEnumerationText(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter to analyze. |
Returns
| Type | Description |
|---|---|
| string | Text corresponding to the value of the parameter. |
Remarks
This method is available since v7.6.