This document is archived and information here might be outdated. Recommended version. |
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.