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


IDeviationInterval.DeviationInterval Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > ID > IDeviationInterval Interface > IDeviationInterval.DeviationInterval Property
ArcGIS Developer Help

IDeviationInterval.DeviationInterval Property

The deviation interval (1/4 <= value <= 1).

[Visual Basic .NET]
Public Property DeviationInterval As Double
[C#]
public double DeviationInterval {get; set;}
[C++]
HRESULT get_DeviationInterval(
  double Value
);
[C++]
HRESULT put_DeviationInterval(
  System.Double* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type double Value [out, retval]
Value is a parameter of type double*

Product Availability

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

Description

DeviationInterval is the interval for the standard deviation classification. The interval is expressed as a percentage of 1 standard deviation. The value range that may be entered is 0.25 to 1.0.

See Also

IDeviationInterval Interface