This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterClassifyColorRampRenderer Interface > IRasterClassifyColorRampRenderer.ClassCount Property (ArcObjects .NET 10.4 SDK) |
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
The ClassCount property controls the number of classes into which the dataset is divided. The rest of the properties are specific to each class.