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


IRasterUniqueValueRenderer.ValueCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterUniqueValueRenderer Interface > IRasterUniqueValueRenderer.ValueCount Property
ArcGIS Developer Help

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,
  System.Int32* 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