Extensions.DiagCom.GetParameterTextId
Jump to navigation
Jump to search
Contents
Classification
Name | GetParameterTextId |
Short Description | The text id of the parameter |
Class | Term |
Extension | OTX DiagCom extension |
Group | Parameter related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
Pseudo-Code Syntax
String GetParameterTextId(Parameter parameter);
Description
The GetParameterTextId term accepts a ParameterTerm and returns the text id of the Parameter.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
String | The text id of the parameter. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Parameter | Parameter | Term | - | [1] | The Parameter object. |
Examples
String parameterTextId = GetParameterTextId(parameter);
See also
GetParameterName
GetParameterSemantic
GetParameterByPath
GetParameterAsList
ExecuteDiagService