layout: default title: RangeValue parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Objects

RangeValue Class

Filters features from the layer that are within the specified range values. Requires ArcGIS Enterprise services
10.5 or greater.This parameter is only supported with MapImageLayer pointing to a map service.

public class RangeValue :
System.IEquatable<dymaptic.GeoBlazor.Core.Objects.RangeValue>

Inheritance System.Object 🡒 RangeValue

Implements System.IEquatable<RangeValue>

Constructors

RangeValue(string, object) Constructor

Filters features from the layer that are within the specified range values. Requires ArcGIS Enterprise services
10.5 or greater.This parameter is only supported with MapImageLayer pointing to a map service.

public RangeValue(string Name, object Value);

Parameters

Name System.String

The range id.

Value System.Object

Single value or value range.

Properties

RangeValue.Name Property

The range id.

public string Name { get; set; }

Property Value

System.String

RangeValue.Value Property

Single value or value range.

public object Value { get; set; }

Property Value

System.Object