Provides access to GeoProcessor events3.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This interface is new at ArcGIS 10. Events are fired in response to calling both the IGeoprocessor2.Execute method and the IGeoProcessor2.ExecuteASync method.
Members
Description | ||
---|---|---|
OnProcessMessages | Called when a message has been posted while executing a tool. | |
OnProgressMessage | Called when a message has been posted while executing a tool. | |
OnProgressPercentage | Called when a message has been posted while executing a tool. | |
OnProgressShow | Called when a message has been posted while executing a tool. | |
PostToolExecute | Called immediately after a tool is executed by the GeoProcessor. | |
PreToolExecute | Called immediately prior to the GeoProcessor executing a tool. |