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


IStatsHistogram.Accumulate Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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