Class LayerFloorDefinition
Describes how features in a IFloorAware layer are associated with floor levels of a facility.
      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 LayerFloorDefinitionRemarks
LayerFloorDefinition defines the properties that are used to filter the levels, or floors, of a facility.
Constructors
| Name | Description | 
|---|---|
| LayerFloorDefinition(String) | Initializes a new instance of the LayerFloorDefinition class with a name of an attribute field. | 
Properties
| Name | Description | 
|---|---|
| FloorField | Gets the Name of the attribute field that contains each floor level's ID. | 
| UnknownJson | Gets a collection of unknown data from the source JSON. | 
| UnsupportedJson | Gets a collection of unsupported data from the source JSON. | 
Methods
| Name | Description | 
|---|---|
| FromJson(String) | Converts a JSON string to a LayerFloorDefinition. | 
| ToJson() | Converts this instance to a JSON string. | 
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 |