This document is archived and information here might be outdated.  Recommended version.


IRasterDatasetEdit.MosaicBands Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDatasetEdit Interface > IRasterDatasetEdit.MosaicBands Method
ArcGIS Developer Help

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