Class 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)
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
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.12 - 100.15 |
.NET 5 | 100.12 |
.NET Core 3.1 | 100.12 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 100.15 |