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 [out, retval]ppDifferenceRaster is a parameter of type IRaster
ppDifferenceRaster [in]ppDifferenceRaster is a parameter of type IRaster
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.