ActivateGeometry()

The ActivateGeometry() command activates a geometry branch and/or its children in Field View.

  • Quota: 3
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring50YYour Field View API token.
geometryIDintegerYThe ID of the geometry branch to be activated.
andChildrenbooleanYShould the geometry ID children branches also be activated.
Table 2. Returns
FieldTypeDescription
IDintegerThe ID of the geometry branch that was activated.
<StatusRequest>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ID></ID>
   </StatusRequest>