XIH.GetParamDescription
Returns the description of the specified TIS parameter.
Syntax
XIH.GetParamDescription(paramName)
Parameters
Parameter | Data type | Description | Sample |
---|---|---|---|
paramName | string | String specifies the name of the parameter. | "paramName" |
Remarks
The description can set by the user when creating a parameter.
Returns a string.
Examples
XIH.GetParamDescription(
"param1"
)
Related
- TIS Parameters
- XIH Functions