ArcObjects Library Reference (DataSourcesRaster)  

ISeamlineTaskInfo2.MosaicRaster Property

The mosaic raster used for computing the seamline.

[Visual Basic .NET]
Public Property MosaicRaster As IRaster
[C#]
public IRaster MosaicRaster {get; set;}
[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