Skip to content
Peter Girard edited this page Apr 29, 2017 · 3 revisions

A zone is a named extent defined by one or more features in a layer having a specified attribute value.

Columns

  • ZoneLevelID - The ID of the zone/level specification (not null). Links to GPVZoneLevel.
  • ZoneID - The unique identifier for this zone (not null). This should be a value found in the ZoneField of the layer containing the zone features.
  • DisplayName - The name of this zone on the interface. If null, defaults to ZoneID.
  • SequenceNo - A number specifying the display order of this zone (not null).
  • Active - Specifies whether this zone should be available for use, 1 for yes and 0 for no. If null, defaults to 0 (no).

Deactivation

Deactivating a zone will automatically deactivate all zone/level combinations associated with the zone.

Clone this wiki locally