This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IG > IGenerateStatistics Interface > IGenerateStatistics.AddValue Method (ArcObjects .NET 10.4 SDK) |
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
The AddValue method adds the specified data value to the BaseStatistics. After adding all of the data values you can then generate statistics.