GeometryInformation
The GeometryInformation parameters are returned by certain APIs.
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
ID | integer | The unique ID of the geometry. | ||
ProjectID | integer | The project ID of the geometry. | ||
ParentID | integer | The parent ID of the geometry. | ||
Description | string | 100 | The description of the geometry. | |
Reference | string | 1000 | Y | The reference associated with the geometry. (This may not be unique in the project) |
ResponsibleOrganisationID | integer | Y | The organisation ID who can manage / change the status of the geometry. | |
ResponsibleOrganisation | string | 100 | Y | The organisation who can manage / change the status of the geometry. |
ResponsiblePersonID | integer | Y | The person ID who can manage / change the status of the geometry. | |
ResponsiblePerson | string | 103 | Y | The person who can manage / change the status of the geometry. |
DrawingNumber | string | 50 | Y | The drawing number which is associated with this geometry. |
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. |
GeometryImageID | integer | Y | The geometry image ID of the cut out of the calibration. | |
AssetModel | string | 100 | Y | The description of the asset or model number. |
Quantity | integer | Y | If the geometry type is 'Asset', there could be x of them. | |
Active | boolean | Is the geometry active and available for use. (Deactivated geometry can be reactivated.) | ||
Delete | boolean | Is the geometry deleted. (Deleted geometry cannot be reactivated.) |