CreateChild method
Creates a generic object that is a child of another generic object.
Information note
It is possible to update the properties of the child's parent at the same time that the child is created. Both operations are performed by the same call.
Information note
It is possible to create a child that is linked to another generic object. The two objects have the same properties.
Parameters
| Name | Description | Mandatory | Type |
|---|---|---|---|
| qProp |
Information about the child. It is possible to create a child that is linked to another object. |
Yes | GenericObjectProperties |
| qPropForThis |
Identifier of the parent's object. Should be set to update the properties of the parent's object at the same time the child is created. |
No | GenericObjectProperties |
Returns
| Name | Description | Type |
|---|---|---|
| qInfo |
{ "qId": "<identifier of the child>", "qType": "<type of the child>" } |
NxInfo |
| qReturn |
{ "qType": "GenericObject", "qHandle": <handle of the child> } |
ObjectInterface |
Access Control
update
See also