UnAssignProcessFromGeometry()

The UnAssignProcessFromGeometry() command unassigns a process from 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 unassigned.
geometryIDintegerYThe ID of the geometry branch from which the process will be unassigned.
forceUnAssignbooleanYIf the process is in use at this geometry, remove regardless?
Table 2. Returns
FieldTypeDescription
IDintegerThe ID of the geometry branch from which the process was unassigned.
<StatusRequest>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ID></ID>
   </StatusRequest>