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


IRasterUniqueValueRenderer.ValueCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterUniqueValueRenderer.ValueCount Property

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

Product Availability

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

See Also

IRasterUniqueValueRenderer Interface