GeoBlazor Pro


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

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

StatisticsUniqueValueInfo Class

A unique value/type/category present in the field specified in the uniqueValues() query.

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

Inheritance System.Object 🡒 StatisticsUniqueValueInfo

Implements System.IEquatable<StatisticsUniqueValueInfo>

Constructors

StatisticsUniqueValueInfo(string, int) Constructor

A unique value/type/category present in the field specified in the uniqueValues() query.

public StatisticsUniqueValueInfo(string Value, int Count);

Parameters

Value System.String

A unique value representing a type or category of features in the layer.

Count System.Int32

The number of features assigned the given value (or belonging to the given category).

Properties

StatisticsUniqueValueInfo.Count Property

The number of features assigned the given value (or belonging to the given category).

public int Count { get; set; }

Property Value

System.Int32

StatisticsUniqueValueInfo.Value Property

A unique value representing a type or category of features in the layer.

public string Value { get; set; }

Property Value

System.String