A floor level within a facility for a floor-aware map or scene. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.12 |
Inherits: |
Properties
- facility : FloorFacility
- geometry : Geometry
- levelId : string
- levelNumber : int
- longName : string
- shortName : string
- verticalOrder : int
- visible : bool
Signals
Detailed Description
A floor level describes the footprint of each occupiable floor contained in a FloorFacility. You can get the floor levels from the FloorManager associated with a floor-aware map or scene.
Note: You cannot declare or create a component of this type in QML code.
See also FloorManager::levels.
Property Documentation
facility : FloorFacility |
The facility that contains the floor level (read-only).
This property will be null
for orphan levels (those not contained in a facility).
geometry : Geometry |
The level geometry (read-only).
The vertical order within the collection of levels for the facility (read-only).
The default value is 0
, which represents the ground floor.
The level's visibility.
The level visibility, true
if the level is visible; false
otherwise. The default value is true
in 3D and for the ground floor in 2D.
Signal Documentation
Emitted when the visible property changes.
Note: The corresponding handler is onVisibleChanged
.