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.
Learn more
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!