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


IStatsHistogram.Accumulate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStatsHistogram Interface > IStatsHistogram.Accumulate Method
ArcGIS Developer Help

IStatsHistogram.Accumulate Method

Accumulates a value and its count.

[Visual Basic .NET]
Public Sub Accumulate ( _
    ByVal Value As Double, _
    ByVal Count As Integer _
)
[C#]
public void Accumulate (
    double Value,
    int Count
);
[C++]
HRESULT Accumulate(
  double Value,
  long Count
);
[C++]
Parameters
Value [in]

Value is a parameter of type double Count [in]
Count is a parameter of type long

Product Availability

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

See Also

IStatsHistogram Interface