Show / Hide Table of Contents

Class FloorLevel

A floor level within a facility for a floor-aware Map or Scene.

Inheritance
System.Object
FloorLevel
Implements
System.ComponentModel.INotifyPropertyChanged
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Mapping.Floor
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FloorLevel : INotifyPropertyChanged
Remarks

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.

Properties

Name Description
Facility

Gets the facility that contains this floor level.

Geometry

Gets the optional level geometry.

IsVisible

Gets or sets a value indicating whether the level is visible in the map or scene.

LevelId

Gets the level ID.

LevelNumber

Gets the level floor number in the facility.

LongName

Gets the long level name.

ShortName

Gets the short level name.

VerticalOrder

Gets the vertical order within the collection of levels for the facility.

Events

Name Description
PropertyChanged

See Also

Levels

Applies to

TargetVersions
.NET Standard 2.0100.12 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.12 - 200.7
Xamarin.Android100.12 - 100.15
Xamarin.iOS100.12 - 100.15
UWP100.12 - 200.7
In This Article
Back to top Copyright © 2022 Esri.