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


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

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(
  System.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