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
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 |