-
Notifications
You must be signed in to change notification settings - Fork 9
GPVLevel
Peter Girard edited this page Apr 29, 2017
·
3 revisions
A level is a definition query applied to a layer to show only a particular "slice" of that layer. It is commonly used to view individual floors in buildings but can also be used to slice layers on other attributes, such as time or elevation.
- ZoneLevelID - The ID of the zone/level specification (not null). Links to GPVZoneLevel.
- LevelID - The unique identifier for this level (not null). This should be a value returned in the LevelField of layers to be rendered by level.
- DisplayName - The name of this level on the interface. If null, defaults to LevelID.
- SequenceNo - A number specifying the display order of this level (not null).
- Active - Specifies whether this level should be available for use, 1 for yes and 0 for no. If null, defaults to 0 (no).
Deactivating a level will automatically deactivate all zone/level combinations associated with the level.