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