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.Add Method (ArcObjects .NET 10.5 SDK) |
Adds a RasterBand to the band collection.
[Visual Basic .NET] Public Sub Add ( _ ByVal Element As IRasterBand, _ ByVal index As Integer _ )
[C#] public void Add ( IRasterBand Element, int index );
[C++]
HRESULT Add(
IRasterBand* Element,
long index
);
[C++]
Parameters Element [in]
Element is a parameter of type IRasterBand index [in] index is a parameter of type long
This method is only applicable to work with a Raster, not with a RasterDataset.