This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDatasetEdit Interface > IRasterDatasetEdit.MosaicBands Method (ArcObjects .NET 10.4 SDK) |
Mosaics a Raster into this RasterDataset at a given starting band index.
[Visual Basic .NET] Public Sub MosaicBands ( _ ByVal Raster As IRaster, _ ByVal start As Integer, _ ByVal tolerance As Double _ )
[C#] public void MosaicBands ( IRaster Raster, int start, double tolerance );
[C++]
HRESULT MosaicBands(
IRaster* Raster,
long start,
double tolerance
);
[C++]
Parameters Raster [in]
Raster is a parameter of type IRaster start [in] start is a parameter of type long tolerance [in] tolerance is a parameter of type double
This method is supported by RasterDataset instances created from geodatabase and TIFF, Imagine and GRID raster formats.