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


IClassBreaksRenderer.BreakCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IClassBreaksRenderer Interface > IClassBreaksRenderer.BreakCount Property
ArcGIS Developer Help

IClassBreaksRenderer.BreakCount Property

Number of class breaks (equal to the number of classes).

[Visual Basic .NET]
Public Property BreakCount As Integer
[C#]
public int BreakCount {get; set;}
[C++]
HRESULT get_BreakCount(
  System.Int32* ValueCount
);
[C++]
HRESULT put_BreakCount(
  long ValueCount
);
[C++]
Parameters
ValueCount [out, retval]

ValueCount is a parameter of type long* ValueCount [in]
ValueCount is a parameter of type long

Product Availability

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

Description

BreakCount is the number of class breaks which is equal to the number of classes in which the features are grouped for symbolization.

Remarks

Increasing this property preserves existing breaks, but decreasing it removes excess break values.

See Also

IClassBreaksRenderer Interface

.NET Samples

Multivariate renderer Multivariate renderer Retrieve a color ramp from the SymbologyControl