XIH.GetParam
Returns the value object of a TIS TIS Parameters with the specified name.
Note that an implicit data type cast is done upon the context of this expression. It is recommended to explicitly cast to the TIS Parameter's data type.
Syntax
XIH.GetParam(paramName)
Parameters
Parameter | Data type | Description | Sample |
---|---|---|---|
paramName | string | String specifies the name of the TIS Parameter. | "par1" |
Remarks
Returns an object.
Examples
(
int
)XIH.GetParam(
"par1"
)
Related
- TIS Parameters
- XIH Functions