Get the handle of a dimension
Get the handle of a dimension by using the GetDimension method.
Example
The handle of the app is 1.
The client sends:
{
"jsonrpc": "2.0",
"id": 5,
"method": "GetDimension",
"handle": 1,
"params": [
"Di01"
]
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 5,
"result": {
"qReturn": {
"qType": "GenericDimension",
"qHandle": 4
}
}
}
The dimension has the handle 4.