ArcObjects Library Reference (GeoDatabase)  

IRasterDatasetEdit.MosaicBands Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

This method is supported by RasterDataset instances created from geodatabase and TIFF, Imagine and GRID raster formats.

See Also

IRasterDatasetEdit Interface