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


IUniqueValues.UniqueCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IUniqueValues.UniqueCount Property

The unique value count at a given index.

[Visual Basic .NET]
Public Function get_UniqueCount ( _
    ByVal idnex As Integer _
) As Integer
[C#]
public int get_UniqueCount (
    int idnex
);
[C++]
HRESULT get_UniqueCount(
  long idnex,
  long* UniqueCount
);
[C++]

Parameters idnex [in] idnex is a parameter of type long UniqueCount [out, retval] UniqueCount is a parameter of type long

Product Availability

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

See Also

IUniqueValues Interface