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


IGenerateStatistics.AddValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IG > IGenerateStatistics Interface > IGenerateStatistics.AddValue Method
ArcGIS Developer Help

IGenerateStatistics.AddValue Method

Adds a data value to the collection of values used to derive the statistics.

[Visual Basic .NET]
Public Sub AddValue ( _
    ByVal Value As Double _
)
[C#]
public void AddValue (
    double Value
);
[C++]
HRESULT AddValue(
  double Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type double

Product Availability

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

Description

The AddValue method adds the specified data value to the BaseStatistics. After adding all of the data values you can then generate statistics.

See Also

IGenerateStatistics Interface