ArcObjects Library Reference (DataSourcesRaster)  

IRasterCollection.Append Method

Appends a raster to the end.

[Visual Basic .NET]
Public Sub Append ( _
    ByVal pRaster As IRaster _
)
[C#]
public void Append (
    IRaster pRaster
);
[C++]
HRESULT Append(
  IRaster* pRaster
);
[C++]

Parameters

pRaster [in]

  pRaster is a parameter of type IRaster

Product Availability

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

See Also

IRasterCollection Interface

.NET Related Topics

DataSourcesRaster