ArcObjects Library Reference (System)  

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