Show / Hide Table of Contents

Constructor LevelLayerDefinition

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.

Declaration
public LevelLayerDefinition(string layerId, string levelIdField, string levelNumberField, string shortNameField, string longNameField, string verticalOrderField, string facilityIdField)
Parameters
Type Name Description
System.String layerId

An Id that specifies a layer in the map or scene that describes floor levels.

System.String levelIdField

The Name of the attribute field that contains each level feature's unique identifier.

System.String levelNumberField

The Name of the attribute field that contains each level feature's level number specific to its facility.

System.String shortNameField

The Name of the attribute field that contains each level feature's short name.

System.String longNameField

The Name of the attribute field that contains each level feature's long name.

System.String verticalOrderField

The Name of the attribute field that contains each level feature's vertical order. The vertical order defines the order of display in a floor filtering UI component, and it also references the floor levels of an Indoor Positioning System.

System.String facilityIdField

The Name of the attribute field that contains each level feature's facility identifier (a foreign key to the layer that contains facility features).

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.12 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.12 - 100.15
.NET 5100.12
.NET Core 3.1100.12
Xamarin.Android100.12 - 100.15
Xamarin.iOS100.12 - 100.15
UWP100.12 - 100.15
In This Article
Back to top Copyright © 2022 Esri.