layout: default title: LayerFloorInfo parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

LayerFloorInfo Class

LayerFloorInfo contains properties that allow a layer to be floor-aware. These properties are used to filter the levels, or floors, of a facility that are displayed. The FloorFilter widget currently supports FeatureLayers, SceneLayers and MapImageLayers (map services).
ArcGIS Maps SDK for JavaScript

public class LayerFloorInfo : dymaptic.GeoBlazor.Core.Components.MapComponent

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 LayerFloorInfo

Constructors

LayerFloorInfo() Constructor

Parameterless constructor for use as a Razor component.

public LayerFloorInfo();

LayerFloorInfo(string) Constructor

Creates a new LayerFloorInfo in code with parameters.

public LayerFloorInfo(string floorField);

Parameters

floorField System.String

The field name derived from a floor-aware layer and used to filter features by floor level.

Properties

LayerFloorInfo.FloorField Property

The field name derived from a floor-aware layer and used to filter features by floor level.

public string? FloorField { get; set; }

Property Value

System.String