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


IRasterDatasetEdit.Mosaic Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

.NET Related Topics

Geodatabase