This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterStatisticsArray Interface > IRasterStatisticsArray.Insert Method (ArcObjects .NET 10.5 SDK) |
Adds a raster statistics at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal index As Integer, _ ByVal pStatistics As IRasterStatistics _ )
[C#] public void Insert ( int index, IRasterStatistics pStatistics );
[C++]
HRESULT Insert(
long index,
IRasterStatistics* pStatistics
);
[C++]
Parameters index [in] index is a parameter of type long pStatistics [in]
pStatistics is a parameter of type IRasterStatistics