Provides access to members that report progress.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IProgressor interface is a generic interface for progressors (for example a progress bar). There are methods to show, step, and hide the progressor and a property to set the message of the progressor.
Members
Description | ||
---|---|---|
Hide | Hides the progressor. | |
Message | The message displayed by the progressor. | |
Show | Shows the progressor. | |
Step | Animates or steps the progressor. |
CoClasses that implement IProgressor
CoClasses and Classes | Description |
---|---|
GPServerTrackCancel (esriGeoprocessing) | GP Server Track Cancel Class. |
ProgressAnimation (esriArcMapUI) | ProgressAnimation object. |
ProgressBar (esriArcMapUI) | ProgressBar object. |
ProgressDialog (esriArcMapUI) | Progress dialog object. |