Returns the title of the lookup parameter's selected value. If the parameter isn't set an empty string is returned.
string ParameterValueTitle(LookupParameter lookupParameter)
lookupParameter |
A lookup parameter whose selected value shall be returned. |
Example
ParameterValueTitle(Length)
Returns the title of the selected value of the Length parameter. For example the title of the lookup value might be "1 200 mm" meanwhile the actual value is 1200.