GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

UniqueValuesResultUniqueValueInfos Class

An array of objects, each containing a unique value/type/category present in the field specified in the uniqueValues() query.
ArcGIS Maps SDK for JavaScript

public class UniqueValuesResultUniqueValueInfos :
System.IEquatable<dymaptic.GeoBlazor.Pro.Model.UniqueValuesResultUniqueValueInfos>

Inheritance System.Object 🡒 UniqueValuesResultUniqueValueInfos

Implements System.IEquatable<UniqueValuesResultUniqueValueInfos>

Constructors

UniqueValuesResultUniqueValueInfos(Nullable, string) Constructor

An array of objects, each containing a unique value/type/category present in the field specified in the uniqueValues() query.
ArcGIS Maps SDK for JavaScript

public UniqueValuesResultUniqueValueInfos(System.Nullable<int> Count=null, string? Value=null);

Parameters

Count System.Nullable<System.Int32>

The number of features assigned the given value (or belonging to the given category).
ArcGIS Maps SDK for JavaScript

Value System.String

A unique value representing a type or category of features in the layer.
ArcGIS Maps SDK for JavaScript

Properties

UniqueValuesResultUniqueValueInfos.Count Property

The number of features assigned the given value (or belonging to the given category).
ArcGIS Maps SDK for JavaScript

public System.Nullable<int> Count { get; set; }

Property Value

System.Nullable<System.Int32>

UniqueValuesResultUniqueValueInfos.Value Property

A unique value representing a type or category of features in the layer.
ArcGIS Maps SDK for JavaScript

public string? Value { get; set; }

Property Value

System.String