Appends a RasterBand to the band collection.
[Visual Basic .NET] Public Sub AppendBand ( _ ByVal Element As IRasterBand _ )
[C#] public void AppendBand ( IRasterBand Element );
[C++]
HRESULT AppendBand(
IRasterBand* Element
);
[C++]Parameters
Element [in]Element is a parameter of type IRasterBand
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.