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


IRasterStatisticsArray.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterStatisticsArray Interface > IRasterStatisticsArray.Add Method
ArcGIS Developer Help

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