Method GetTextValue
GetTextValue(ElementId)
Gets the value of a text parameter.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
string GetTextValue(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter to analyze. |
Returns
| Type | Description |
|---|---|
| string | Value of the parameter. |
Remarks
If the text parameter is localized (as told by IsTextLocalized(ElementId)), the returned value is the unlocalized value.
To get the localized value of a localized text, GetTextLocalizedValue(ElementId) must be used.
This method is available since v7.6.