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


IIntervalRange.IntervalRange Property (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 > IIntervalRange.IntervalRange Property
ArcGIS Developer Help

IIntervalRange.IntervalRange Property

The Interval Range. Call before Classify.

[Visual Basic .NET]
Public WriteOnly Property IntervalRange
[C#]
public void IntervalRange {set;}
[C++]
HRESULT put_IntervalRange(
  double 
);
[C++]
Parameters
 [in]

is a parameter of type double

Product Availability

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

Description

IntervalRange is the range expressed as the data interval. When using with DefinedInterval, set this after you set issue the IClassify.SetHistogramData method and before you use the IClassify.Classify method.

See Also

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