ArcObjects Library Reference (System)  

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(
  double Value
);
[C++]

Parameters

Value [out, retval]   Value is a parameter of type double Value [in]   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