FloorLevel QML Type

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:

Object

Properties

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).


levelId : string

The level ID (read-only).


levelNumber : int

The level floor number in the facility (read-only).


longName : string

The level long name (read-only).


shortName : string

The level short name (read-only).


verticalOrder : int

The vertical order within the collection of levels for the facility (read-only).

The default value is 0, which represents the ground floor.


visible : bool

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

visibleChanged()

Emitted when the visible property changes.

Note: The corresponding handler is onVisibleChanged.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.