This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterUniqueValueRenderer Interface > IRasterUniqueValueRenderer.ValueCount Property (ArcObjects .NET 10.5 SDK) |
Number of values in a particular class in the specified heading.
[Visual Basic .NET] Public Function get_ValueCount ( _ ByVal iHeading As Integer, _ ByVal iClass As Integer _ ) As Integer
[C#] public int get_ValueCount ( int iHeading, int iClass );
[C++]
HRESULT get_ValueCount(
long iHeading,
long iClass,
long* pCount
);
[C++]
Parameters iHeading [in] iHeading is a parameter of type long iClass [in] iClass is a parameter of type long pCount [out, retval] pCount is a parameter of type long