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


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

IIntervalRange Interface

Provides access to members that control classifications that need an interval range. Note: the IIntervalRange interface has been superseded by IIntervalRange2. Please consider using the more recent version.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

IIntervalRange is for setting the interval for the DefinedInterval classification.

Members

Name Description
Read-only property Default The Default Range for the data. Data must be added before calling.
Write-only property IntervalRange The Interval Range. Call before Classify.

Classes that implement IIntervalRange

Classes Description
DefinedInterval Defines a defined interval classification method.

See Also

IClassify.Classify Method | IClassify Interface | IDeviationInterval Interface | IClassify.SetHistogramData Method