ArcObjects Library Reference (Carto)  

IRasterClassifyColorRampRenderer.ClassCount Property

Number of classes.

[Visual Basic .NET]
Public Property ClassCount As Integer
[C#]
public int ClassCount {get; set;}
[C++]
HRESULT get_ClassCount(
  long* Value
);
[C++]
HRESULT put_ClassCount(
  long Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type long Value [in]   Value is a parameter of type long

Product Availability

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

Remarks

The ClassCount property controls the number of classes into which the dataset is divided. The rest of the properties are specific to each class.

See Also

IRasterClassifyColorRampRenderer Interface

.NET Related Topics

How to create a raster classify renderer