This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IU > IUniqueValues Interface > IUniqueValues.UniqueCount Property (ArcObjects .NET 10.5 SDK) |
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