GetProjectGeometryClassifications()
The GetProjectGeometryClassifications() command returns a list of project geometry classifications in Field View.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
projectID | integer | Y | The unique ID of the project. |
Field | Type | Description |
---|---|---|
ProjectGeometryClassificationInformation | ProjectGeometryClassificationInformation | Project geometry classification information structure. |
<ProjectGeometryClassificationResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<ProjectGeometryClassificationInformation>
<ID></ID>
<Description></Description>
</ProjectGeometryClassificationInformation>
</ProjectGeometryClassificationResponse>