This document is archived and information here might be outdated. Recommended version. |
The difference raster built using the selected item raster and the accumulated mosaic raster.
[Visual Basic .NET] Public Property DifferenceRaster As IRaster
[C#] public IRaster DifferenceRaster {get; set;}
[C++]
HRESULT get_DifferenceRaster(
IRaster* ppDifferenceRaster
);
[C++]
HRESULT putref_DifferenceRaster(
IRaster** ppDifferenceRaster
);
[C++] Parameters ppDifferenceRaster [in]
ppDifferenceRaster is a parameter of type IRaster* ppDifferenceRaster [out, retval]
ppDifferenceRaster is a parameter of type IRaster**