GetVariable method
Gets the handle of a variable.
DEPRECATED
This API is deprecated and may be removed in a future version.
This API is deprecated and may be removed in a future version.
Use GetVariableById_ method or GetVariableByName method instead
Parameters
Name | Description | Mandatory | Type |
---|---|---|---|
qName | Name of the variable. |
Yes | String |
Returns
Name | Description | Type |
---|---|---|
qReturn | { "qType": "Variable", "qHandle": <Handle of the variable> } |
ObjectInterface |