This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBandCollection Interface > IRasterBandCollection.AppendBands Method (ArcObjects .NET 10.5 SDK) |
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.