Class LevelLayerDefinition
Inheritance
Namespace: Esri.ArcGISRuntime.Mapping.Floor
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class LevelLayerDefinition
Remarks
A floor level describes the footprint of each occupiable floor contained in a managed facility.
Constructors
| Name | Description |
|---|---|
| LevelLayerDefinition(String, String, String, String, String, String, String) | Initializes a new instance of the LevelLayerDefinition class with the specified layer id, level id field, level number field, short name field, long name field, vertical order field, and facility id field. |
Properties
| Name | Description |
|---|---|
| FacilityIdField | Gets the Name of the attribute field that contains each floor level feature's facility identifier (a foreign key to the layer that contains facility features). |
| LayerId | Gets an Id that specifies a layer in the map or scene that contains facilities. The layer provides access to facility features for floor filtering. |
| LevelIdField | Gets the Name of the attribute field that contains each floor level feature's unique identifier. |
| LevelNumberField | Gets the Name of the attribute field that contains each floor level feature's level number specific to its facility. |
| LongNameField | Gets the Name of the attribute field that contains each floor level feature's long name. |
| ShortNameField | Gets the Name of the attribute field that contains each floor level feature's short name. |
| UnknownJson | Gets a collection of unknown data from the source JSON. |
| UnsupportedJson | Gets a collection of unsupported data from the source JSON. |
| VerticalOrderField | Gets the Name of the attribute field that contains each floor level feature's vertical order. |
Methods
| Name | Description |
|---|---|
| FromJson(String) | Converts a JSON string to a LevelLayerDefinition. |
| ToJson() | Converts this instance to a JSON string. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.12 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.12 - 200.8 |
| Xamarin.Android | 100.12 - 100.15 |
| Xamarin.iOS | 100.12 - 100.15 |
| UWP | 100.12 - 200.8 |