This document is archived and information here might be outdated. Recommended version. |
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**