Appends a RasterBand to the band collection.
[Visual Basic 6.0] Sub AppendBand(
ByVal element As IRasterBand _
)
[Visual Basic .NET] Public Sub AppendBand ( _ ByVal element As IRasterBand _ )
[C#] public void AppendBand ( IRasterBand element );
[Java] public void appendBand ( IRasterBand element ) throws IOException, AutomationException
[C++] HRESULT AppendBand( IRasterBand* element );
This method is only applicable to work with a Raster, not with a RasterDataset.