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


IRasterDatasetEdit.Mosaic 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.Mosaic Method
ArcGIS Developer Help

IRasterDatasetEdit.Mosaic Method

Mosaics a Raster into this RasterDataset.

[Visual Basic .NET]
Public Sub Mosaic ( _
    ByVal Raster As IRaster, _
    ByVal tolerance As Double _
)
[C#]
public void Mosaic (
    IRaster Raster,
    double tolerance
);
[C++]
HRESULT Mosaic(
  IRaster* Raster,
  double tolerance
);
[C++]
Parameters
Raster [in]

Raster is a parameter of type IRaster* tolerance [in]
tolerance is a parameter of type double

Product Availability

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

See Also

IRasterDatasetEdit Interface