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


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

IRasterStatusEvent Interface

Provides access to members that control the raster status event.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method Start Starts the raster status/progress report for a given step and a maximum values.
Method Step Reports status/progress at a given step.
Method Stop Stops the raster status/progress report.

Classes that implement IRasterStatusEvent

Classes Description
DefaultRasterStatusEvent The default listener of the raster related events.
RasterStatusEventHelper The raster status event helper class for broadcasting events.
RasterStatusEventListener (esriSystemUtility) Helper coclass to provide IRasterStatusEvent support to the C++ API.

See Also

RasterStatus Class