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


IIntervalRange.Default Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IIntervalRange.Default Property

The Default Range for the data. Data must be added before calling.

[Visual Basic .NET]
Public ReadOnly Property Default As Double
[C#]
public double Default {get;}
[C++]
HRESULT get_Default(
  double* range
);
[C++]

Parameters range [out, retval] range is a parameter of type double

Product Availability

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

Description

Default is the default interval for a given IClassify object that implements the DefinedInterval CoClass. Use only after using the SetHistogramData method on IClassify.

See Also

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