This document is archived and information here might be outdated.  Recommended version.


IRasterBandCollection.AppendBands Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBandCollection Interface > IRasterBandCollection.AppendBands Method
ArcGIS Developer Help

IRasterBandCollection.AppendBands Method

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*

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.

See Also

IRasterBandCollection Interface