This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDatasetEdit Interface > IRasterDatasetEdit.Mosaic Method (ArcObjects .NET 10.5 SDK) |
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