This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISeamlineTaskInfo2 Interface > ISeamlineTaskInfo2.MosaicRaster Property (ArcObjects .NET 10.5 SDK) |
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