This document is archived and information here might be outdated. Recommended version. |
Provides access to GeoProcessor events3.
This interface is new at ArcGIS 10. Events are fired in response to calling both the IGeoprocessor2.Execute method and the IGeoProcessor2.ExecuteASync method.
Name | 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. |
Classes | Description |
---|