ArcObjects Library Reference (System)  

IIntervalRange2.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.

See Also

IIntervalRange2 Interface