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


IDeviationInterval Interface (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
ArcGIS Developer Help

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

Name 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.

Classes that implement IDeviationInterval

Classes Description
StandardDeviation Defines a standard deviation classification method.

See Also

StandardDeviation Class