Skip to main content

DeActivateGeometry()

Modified: 6 Jun 2026 Viewpoint Field View Developer / API Help

The DeActivateGeometry() command deactivates a geometry branch in Field View.

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

Table of Contents