GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Components

StopsByDates Class

Specifies an array of dates for the time slider widget.
ArcGIS Maps SDK for JavaScript

public class StopsByDates : dymaptic.GeoBlazor.Pro.Components.TimeSliderStops

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 dymaptic.GeoBlazor.Core.Components.MapComponent 🡒 TimeSliderStops 🡒 StopsByDates

Constructors

StopsByDates() Constructor

Parameterless constructor for use as a Razor component.

public StopsByDates();

StopsByDates(IReadOnlyList) Constructor

Parameterized constructor for use in code.

public StopsByDates(System.Collections.Generic.IReadOnlyList<System.DateTime> dates);

Parameters

dates System.Collections.Generic.IReadOnlyList<System.DateTime>

Array of dates.

Properties

StopsByDates.Dates Property

Array of dates.

public System.Collections.Generic.IReadOnlyList<System.DateTime>? Dates { get; set; }

Property Value

System.Collections.Generic.IReadOnlyList<System.DateTime>

StopsByDates.Type Property

A non-ESRI property to determine the type of stops to help with the serialization.

public override dymaptic.GeoBlazor.Pro.Enums.TimeSliderStopsType Type { get; }

Property Value

TimeSliderStopsType