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