ArcObjects Library Reference (System)  

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 Interface | IDeviationInterval Interface | IClassify.Classify Method | IClassify.SetHistogramData Method