Provides access to members that control classifications that need an interval range.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IIntervalRange2 can be used in place of IClassify and IIntervalRange to get the default interval from a DefinedInterval classification CoClass. To get the default interval make one call to IIntervalRange2.Default instead of first calling IClassify.SetHistogramData and then calling IIntervalRange.Default.
Because IClassify is incompatible with some ArcObjects APIs including VB.NET and Java, the method described above must be used when developing with these languages.
Members
Description | ||
---|---|---|
Default | The Default Range for the data. | |
IntervalRange | The Interval Range. Call before Classify. |
CoClasses that implement IIntervalRange2
CoClasses and Classes | Description |
---|---|
DefinedInterval | Defines a defined interval classification method. |