This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control classifications that need an interval range.
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.
Name | Description | |
---|---|---|
Default | The Default Range for the data. | |
IntervalRange | The Interval Range. Call before Classify. |
Classes | Description |
---|---|
DefinedInterval | Defines a defined interval classification method. |