ArcObjects Library Reference (DataSourcesRaster)  

IRasterSdeServerOperation.Mosaic Method

Instructs Raster SDE Server to mosaic data based on the defined storage properties.

[Visual Basic .NET]
Public Sub Mosaic ( _
)
[C#]
public void Mosaic (
);
[C++]
HRESULT Mosaic(
void
);

Product Availability

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

See Also

IRasterSdeServerOperation Interface