Skip to main content Link Menu Expand (external link) Document Search Copy Copied

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

OrderedLayerOrderBy Class

Determines the order in which features are drawn in the view.

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

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

Properties

OrderedLayerOrderBy.Field Property

The number or date field whose values will be used to sort features.

public string? Field { get; set; }

Property Value

System.String

OrderedLayerOrderBy.Order Property

The sort order

public System.Nullable<dymaptic.GeoBlazor.Core.Components.Layers.SortOrder> Order { get; set; }

Property Value

System.Nullable<SortOrder>

OrderedLayerOrderBy.ValueExpression Property

An Arcade expression following the specification defined
by the Arcade Feature Z Profile.

public string? ValueExpression { get; set; }

Property Value

System.String