UnAssignProcessFromGeometry()
The UnAssignProcessFromGeometry() command unassigns a process from a geometry branch in Field View.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 50 | Y | Your Field View API token. |
processID | integer | Y | The ID of the process to be unassigned. | |
geometryID | integer | Y | The ID of the geometry branch from which the process will be unassigned. | |
forceUnAssign | boolean | Y | If the process is in use at this geometry, remove regardless? |
Field | Type | Description |
---|---|---|
ID | integer | The ID of the geometry branch from which the process was unassigned. |
<StatusRequest>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<ID></ID>
</StatusRequest>