This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CartoUI > ESRI.ArcGIS.CartoUI > Interfaces > IC > IClassificationDialog Interface > IClassificationDialog.SetClassLimits Method (ArcObjects .NET 10.5 SDK) |
Sets the minimum and maximum allowed number of classes.
[Visual Basic .NET] Public Sub SetClassLimits ( _ ByVal minClasses As Integer, _ ByVal maxClasses As Integer _ )
[C#] public void SetClassLimits ( int minClasses, int maxClasses );