GetMeasure method
Overview
Returns the handle of a measure.
Parameters
Name | Description | Type |
---|---|---|
qId |
Identifier of the measure. This parameter is mandatory. |
String |
Outputs
The following is returned in the output:
{
"jsonrpc": "2.0",
"id": 3,
"result": {
"qReturn": {
"qType": "GenericMeasure",
"qHandle": <handle of the measure>
}
}
}
The handle of the measure is returned.