Method GetTextParameterizedValue
GetTextParameterizedValue(ElementId)
Gets the parameterized value of a parameterized text parameter.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 201, 200)]
string GetTextParameterizedValue(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the parameter to analyze. |
Returns
| Type | Description |
|---|---|
| string | Parameterized value of the parameter (ex: "Hexagon Bolt ISO 4014 - [$Code]"). |
Remarks
If the text is not parameterized, this method returns null.
This method is available since v7.7.201.200.