The AssignProcessToGeometry() command assigns a process to a geometry branch in Field View.
Table 1. Parameters| 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 assigned. |
| geometryID | integer | | Y | The ID of the geometry branch to which the process will be assigned. |
Table 2. Returns| Field | Type | Description |
|---|
| ID | integer | The ID of the geometry branch to which the process was assigned. |
<StatusRequest>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<ID></ID>
</StatusRequest>