This document is archived and information here might be outdated. Recommended version. |
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*
This method is only applicable to work with a Raster, not with a RasterDataset.