ActivateGeometry()
The ActivateGeometry() command activates a geometry branch and/or its children in Field View.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 50 | Y | Your Field View API token. |
geometryID | integer | Y | The ID of the geometry branch to be activated. | |
andChildren | boolean | Y | Should the geometry ID children branches also be activated. |
Field | Type | Description |
---|---|---|
ID | integer | The ID of the geometry branch that was activated. |
<StatusRequest>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<ID></ID>
</StatusRequest>