ArcObjects Library Reference (System)  

IDeviationInterval Interface

Provides access to members that control the classification methods that require a standard deviation based range.

Product Availability

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

Description

IDeviationInterval is implemented by StandardDeviation, and is used to set the standard deviation interval.  Set values on this interface after calling the SetHistogram method on the IClassify interface.  Then, you can call IClassify.Classify.

Members

Description
Read/write property DeviationInterval The deviation interval (1/4 <= value <= 1).
Write-only property Mean The mean value.
Write-only property StandardDev The standard deviation.

CoClasses that implement IDeviationInterval

CoClasses and Classes Description
StandardDeviation Defines a standard deviation classification method.

See Also

StandardDeviation Class