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


IDeviationInterval.StandardDev 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.StandardDev Property
ArcGIS Developer Help

IDeviationInterval.StandardDev Property

The standard deviation.

[Visual Basic .NET]
Public WriteOnly Property StandardDev
[C#]
public void StandardDev {set;}
[C++]
HRESULT put_StandardDev(
  double 
);
[C++]
Parameters
 [in]

is a parameter of type double

Product Availability

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

Description

StandardDev sets the Standard Deviation value for the Standard Deviation classification

See Also

IDeviationInterval Interface