ArcObjects Library Reference (DataSourcesRaster)  

ISeamlineTaskInfo2.MosaicRaster Property

The mosaic raster used for computing the seamline.

ERROR: Syntax information about ISeamlineTaskInfo2.MosaicRaster may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[C++]
HRESULT get_MosaicRaster(
  IRaster** ppMosaicRaster
);
[C++]
HRESULT putref_MosaicRaster(
  IRaster* ppMosaicRaster
);
[C++]

Parameters

ppMosaicRaster [out, retval]

  ppMosaicRaster is a parameter of type IRaster

ppMosaicRaster [in]

  ppMosaicRaster is a parameter of type IRaster

Product Availability

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

See Also

ISeamlineTaskInfo2 Interface