This document is archived and information here might be outdated.  Recommended version.


IDataStatistics.UniqueValues Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDataStatistics.UniqueValues Property

The unique values for the current field over the current cursor.

[Visual Basic .NET]
Public ReadOnly Property UniqueValues As System.Collections.IEnumerator
[C#]
public System.Collections.IEnumerator UniqueValues {get;}
[C++]
HRESULT get_UniqueValues(
  IEnumVARIANT** values
);
[C++]

Parameters values [out, retval]
values is a parameter of type IEnumVARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataStatistics Interface