ParkingGridDefinition
Name: Parking Grid Definition
Type: Application
Modules: OPS-Yard
Description: Contains attribute information for the Parking Grid Definition screen.
| Field | Documentation |
|---|---|
| GarageId | Garage identifier from Garages.GarageId. References the associated garage. |
| ParkingLayoutId | Parking layout identifier from ParkingLayouts.ParkingLayoutId. References the associated parking layout. |
| RowNumber | Row number of the parking spot. |
| ColumnNumber | Column number of the parking spot. |
| Abbreviation | Abbreviation of the parking grid definition. |
| Description | Description of the parking grid definition. |
| Active | If true, the parking spot is active. |
| Sequence | Priority number used for ordering data query records |
| Colour | COLORREF value for an RGB color in hexadecimal form (0x00bbggrr) to identify the parking grid definition. |
| VehicleTypeGroup | Group of vehicles (from AncillaryGroups) which are allowed to use the parking spot. |
| Lat1 | Latitudinal component of the geo-code for the top-left of the parking spot. |
| Lon1 | Longitudinal component of the geo-code for the top-left of the parking spot. |
| Lat2 | Latitudinal component of the geo-code for the bottom-left of the parking spot. |
| Lon2 | Longitudinal component of the geo-code for the bottom-left of the parking spot. |
| Lat3 | Latitudinal component of the geo-code for the top-right of the parking spot. |
| Lon3 | Longitudinal component of the geo-code for the top-right of the parking spot. |
| Lat4 | Latitudinal component of the geo-code for the bottom-right of the parking spot. |
| Lon4 | Longitudinal component of the geo-code for the bottom-right of the parking spot. |
| ColumnWidth | Column width of the spot on the screen interface. |
| RowHeight | Row height of the spot on the screen interface. |
| MaintenanceArea | If true, the parking spot is used for maintenance. |
| VehicleOrientation | The vehicle orientation of the parking spot. |
| LogMovementsFrom | If true, movements made from this parking spot will be logged. |
| LogMovementsTo | If true, movements made to this parking spot will be logged. |
| YardWalkingSequence | Sequential number used when enumerating the spot. |
| BorderStyle | Styling parameters for the border of the spot on the screen interface. |