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


IIntervalRange2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > II > IIntervalRange2 Interface
ArcGIS Developer Help

IIntervalRange2 Interface

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

Name Description
Read-only property Default The Default Range for the data.
Write-only property IntervalRange The Interval Range. Call before Classify.

Classes that implement IIntervalRange2

Classes Description
DefinedInterval Defines a defined interval classification method.