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


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

IRasterStatus2 Interface

Provides access to members that control the raster status 2.

Product Availability

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

Members

Name Description
Method FireContinue Broadcasts if the operation should be continued.
Method FireMessage Broadcasts the message of the operation.
Method FireTitle Broadcasts the title of the operation.

Classes that implement IRasterStatus2

Classes Description
RasterStatus The raster event listener object.
RasterStatus2Listener (esriSystemUtility) Helper coclass to provide IRasterStatus2 support to the C++ API.

See Also

RasterStatus Class