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


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

IDeviationInterval.Mean Property

The mean value.

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

is a parameter of type double

Product Availability

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

Description

Mean sets the mean value for the Standard Deviation classification.

See Also

IDeviationInterval Interface