Sets the value object of a TIS TIS Parameters with the specified name.
XIH.SetParam("paramName","newParamValue")
Parameter | Data type | Description | Sample |
---|
paramName | string | String specifies the name of the TIS Parameter. | "par1" |
newParamValue | string | String specifies the new value of the TIS Parameter. | "value" |
The value of newParamValue has to be convertible in the datatype of the TIS parameter.
Returns a boolean.