AssignProcessToGeometry()

The AssignProcessToGeometry() command assigns a process to a geometry branch in Field View.

  • Quota: 5
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring50YYour Field View API token.
processIDintegerYThe ID of the process to be assigned.
geometryIDintegerYThe ID of the geometry branch to which the process will be assigned.
Table 2. Returns
FieldTypeDescription
IDintegerThe ID of the geometry branch to which the process was assigned.
<StatusRequest>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ID></ID>
   </StatusRequest>