GeoBlazor Pro


layout: pro title: StatisticsUniqueValuesResult parent: Pro Classes grand_parent: GeoBlazor Pro —

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

StatisticsUniqueValuesResult Class

An object that contains the unique values returned from the uniqueValues() query of a layer’s field.

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

Inheritance System.Object 🡒 StatisticsUniqueValuesResult

Implements System.IEquatable<StatisticsUniqueValuesResult>

Constructors

StatisticsUniqueValuesResult(IReadOnlyCollection) Constructor

An object that contains the unique values returned from the uniqueValues() query of a layer’s field.

public StatisticsUniqueValuesResult(System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.StatisticsUniqueValueInfo> UniqueValueInfos);

Parameters

UniqueValueInfos System.Collections.Generic.IReadOnlyCollection<StatisticsUniqueValueInfo>

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

Properties

StatisticsUniqueValuesResult.UniqueValueInfos Property

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

public System.Collections.Generic.IReadOnlyCollection<dymaptic.GeoBlazor.Pro.Model.StatisticsUniqueValueInfo> UniqueValueInfos { get; set; }

Property Value

System.Collections.Generic.IReadOnlyCollection<StatisticsUniqueValueInfo>