GetGeometryClassifications()
The GetGeometryClassifications() command returns a list of geometry types in Field View.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
geometryClassificationDescription | string | 100 | Filters the returned results where the geometry classification description contains the supplied string. | |
businessUnitIDs | String[] | 100 | Filters the returned results where the geometry classifications is business unit, is in the supplied business unit ids. Otherwise the function will return all geometry classifications in and below the business unit ID the API token was configured against. The business units ids should be contained in GetBusinessUnits(). | |
activeOnly | boolean | Y | If true only active geometry classifications will be returned. If false all geometry classifications will be returned. |
Field | Type | Description |
---|---|---|
GeometryClassificationInformation | GeometryClassificationInformation | Geometry classification information structure. |
<GeometryClassificationResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<GeometryClassificationInformation>
<ID></ID>
<Description></Description>
<GeometryTypeID></GeometryTypeID>
<GeometryType></GeometryType>
<VisibilityOrganisationID></VisibilityOrganisationID>
<OrganisationUnitAndBelow></OrganisationUnitAndBelow>
<VisibilityOrganisation></VisibilityOrganisation>
<OwnerOrganisationID></OwnerOrganisationID>
<OwnerOrganisation></OwnerOrganisation>
<Active></Active>
</GeometryClassificationInformation>
</GeometryClassificationResponse>