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


IDataStatistics.UniqueValues Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataStatistics Interface > IDataStatistics.UniqueValues Property
ArcGIS Developer Help

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