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