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


ISeamlineTaskInfo2.MosaicRaster Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISeamlineTaskInfo2 Interface > ISeamlineTaskInfo2.MosaicRaster Property
ArcGIS Developer Help

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 [in]

ppMosaicRaster is a parameter of type IRaster* ppMosaicRaster [out, retval]
ppMosaicRaster is a parameter of type IRaster**

Product Availability

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

See Also

ISeamlineTaskInfo2 Interface