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


IClassificationDialog.ClassBreaks Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IC > IClassificationDialog Interface > IClassificationDialog.ClassBreaks Property
ArcGIS Developer Help

IClassificationDialog.ClassBreaks Property

Array of class breaks (double). ClassBreaks(0) is the minimum value in the dataset, and subsequent breaks represent the upper limit of each class.

[Visual Basic .NET]
Public Property ClassBreaks As Object
[C#]
public object ClassBreaks {get; set;}

Product Availability

Available with ArcGIS Desktop.

See Also

IClassificationDialog Interface