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


IRasterCleanupEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScan > ESRI.ArcGIS.ArcScan > Interfaces > IR > IRasterCleanupEvents Interface
ArcGIS Developer Help

IRasterCleanupEvents Interface

Provides access to raster cleanup events. Implement it to listen for specific events that occur during a raster cleanup session.

Product Availability

Available with ArcGIS Desktop. Requires ArcScan Extension.

Members

Name Description
Method OnRasterChanged Called when a portion of the raster has changed due to an cleanup operation.
Method OnStartRasterCleanup Called when the raster cleanup starts.
Method OnStopRasterCleanup Called when the raster cleanup stops.

Classes that implement IRasterCleanupEvents

Classes Description
RasterCleanup The Raster Cleanup Extension.