dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

QueryRangeValues Class

Filters features from the layer that are within the specified range values.
ArcGIS Maps SDK for JavaScript

public class QueryRangeValues :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.QueryRangeValues>

Inheritance System.Object 🡒 QueryRangeValues

Implements System.IEquatable<QueryRangeValues>

Constructors

QueryRangeValues(IReadOnlyCollection, Nullable, string) Constructor

Filters features from the layer that are within the specified range values.
ArcGIS Maps SDK for JavaScript

public QueryRangeValues(System.Collections.Generic.IReadOnlyCollection<double>? DoubleCollectionValue=null, System.Nullable<double> DoubleValue=null, string? Name=null);

Parameters

DoubleCollectionValue System.Collections.Generic.IReadOnlyCollection<System.Double>

DoubleValue System.Nullable<System.Double>

Name System.String

The range id.
ArcGIS Maps SDK for JavaScript

Properties

QueryRangeValues.DoubleCollectionValue Property

public System.Collections.Generic.IReadOnlyCollection<double>? DoubleCollectionValue { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.Double>

QueryRangeValues.DoubleValue Property

public System.Nullable<double> DoubleValue { get; set; }

Property Value

System.Nullable<System.Double>

QueryRangeValues.Name Property

The range id.
ArcGIS Maps SDK for JavaScript

public string? Name { get; set; }

Property Value

System.String