Provides access to members that report progress in stepped increments.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
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. |
Inherited Interfaces
Interfaces | Description |
---|---|
IProgressor | Provides access to members that report progress. |
CoClasses that implement IStepProgressor
CoClasses and Classes | Description |
---|---|
GPServerTrackCancel (esriGeoprocessing) | GP Server Track Cancel Class. |
ProgressBar (esriArcMapUI) | ProgressBar object. |
ProgressDialog (esriArcMapUI) | Progress dialog object. |
Remarks
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.