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


IRasterClassifyUIProperties.DeviationInterval Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterClassifyUIProperties.DeviationInterval Property

Deviation interval. Range is 0 to 1, where 0 means no deviation is used.

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

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

Product Availability

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

See Also

IRasterClassifyUIProperties Interface