ArcObjects Library Reference (DataSourcesRaster)  

IRasterBandCollection.AppendBands Method

Appends a collection of RasterBands to the band collection.

[Visual Basic .NET]
Public Sub AppendBands ( _
    ByVal Bands As IRasterBandCollection _
)
[C#]
public void AppendBands (
    IRasterBandCollection Bands
);
[C++]
HRESULT AppendBands(
  IRasterBandCollection* Bands
);
[C++]

Parameters

Bands [in]

  Bands is a parameter of type IRasterBandCollection

Product Availability

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

Remarks

This method is only applicable to work with a Raster, not with a RasterDataset.

See Also

IRasterBandCollection Interface