This document is archived and information here might be outdated. Recommended version. |
Provides access to members that report progress in stepped increments.
The IStepProgressor interface has properties for setting the properties of the step progress bar, such as the message, the minimum and maximum values, and the step size. The step progressor bar is the blue moving line that displays the percentage of completeness.
Use IStatusBar::ProgressorBar to access the step progress bar.
Name | Description | |
---|---|---|
Hide | Hides the progressor. | |
MaxRange | The maximum range of the progression. | |
Message | The message displayed by the progressor. | |
MinRange | The minimum range of the progression. | |
OffsetPosition | Offsets the position of the progression. | |
Position | The current position of the progression. | |
Show | Shows the progressor. | |
Step | Animates or steps the progressor. | |
StepValue | The step increment of the progression. |
Interfaces | Description |
---|---|
IProgressor | Provides access to members that report progress. |
Classes | Description |
---|---|
GPServerTrackCancel (esriGeoprocessing) | GP Server Track Cancel Class. |
ProgressBar (esriArcMapUI) | ProgressBar object. |
ProgressDialog (esriArcMapUI) | Progress dialog object. |
The IStatusBar::ShowProgressBar method provides shortcuts to the properties of the step progress bar. This method allows you to set the message, minimum and maximum values, and the step size of the step progress bar and also display the step progress bar. Therefore, it is unnecessary to use IStepProgressor to do this.