layout: default title: RangeDomain parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Widgets
RangeDomain Class
Range domains specify a valid minimum and maximum valid value that can be stored in numeric and date fields.
ArcGIS Maps SDK for JavaScript
public class RangeDomain : dymaptic.GeoBlazor.Core.Components.Widgets.Domain
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 Domain 🡒 RangeDomain
Properties
RangeDomain.MaxValue Property
The maximum valid value.
public System.Nullable<double> MaxValue { get; set; }
Property Value
System.Nullable<System.Double>
RangeDomain.MinValue Property
The minimum valid value.
public System.Nullable<double> MinValue { get; set; }
Property Value
System.Nullable<System.Double>
RangeDomain.Type Property
The domain type.
public override string Type { get; }