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