GetChild method
Overview
Returns the type of the object and the corresponding handle.
Parameters
Name | Description | Type |
---|---|---|
qId |
Identifier of the object. This parameter is mandatory. |
String |
Outputs
The following is returned in the output:
"result": {
"qReturn": {
"qType": "GenericObject",
"qHandle": <handle of the object>
}