GeometryTierInformation
The GeometryTierInformation parameters are returned by certain APIs.
Parameter | Type | Max Length | Allow NULL | Description |
---|---|---|---|---|
ID | integer | The unique ID of the geometry. | ||
ParentID | integer | The parent ID of the geometry. | ||
Description | string | 100 | The description of the geometry. | |
SortOrder | integer | The sort index of the geometry within this tier. | ||
HasChildren | boolean | Does the geometry have children items that can be loaded. | ||
Calibrated | boolean | Has the geometry been calibrated against a drawing. | ||
GeometryTypeID | integer | The Field View geometry type ID of the geometry. A dynamic list GetGeometryTypes(). | ||
GeometryType | string | 100 | The Field View geometry type of the geometry. A dynamic list GetGeometryTypes(). | |
GeometryClassificationID | integer | Y | The geometry classification ID of the geometry. | |
GeometryClassification | string | 100 | Y | The geometry classification of the geometry. |
Status | string | 100 | Y | The current status of the geometry. |
StatusColour | string | 50 | Y | The status colour of the geometry. |
GeometryImageID | integer | Y | The geometry image id of the cut out of the calibration. | |
CalibratedGeometryImageID | integer | Y | The geometry image ID of the drawing against which the geometry was calibrated. | |
Active | boolean | Is the geometry active and available for use. (Deactivated geometry can be reactivated.) | ||
Deleted | boolean | Is the geometry deleted. (Deleted geometry cannot be reactivated.) |