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


IRasterStatisticsArray.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterStatisticsArray.Add Method

Adds a raster statistics.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pStatistics As IRasterStatistics _
)
[C#]
public void Add (
    IRasterStatistics pStatistics
);
[C++]
HRESULT Add(
  IRasterStatistics* pStatistics
);
[C++]

Parameters pStatistics [in]
pStatistics is a parameter of type IRasterStatistics

Product Availability

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

See Also

IRasterStatisticsArray Interface