Skip to main content

SortGeometry()

Modified: 17 May 2026 Viewpoint Field View Developer / API Help

The SortGeometry() command sorts 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 sorted.
andChildrenbooleanYShould the geometry ID children branches also be sorted.
Table 2. Returns
FieldTypeDescription
IDintegerThe ID of the geometry branch that was sorted.
<StatusRequest>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ID></ID>
   </StatusRequest>
Submit

Table of Contents