Provides access to members that report progress using an animation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The IAnimationProgresor interface has methods for controlling the animation progessor. The animation progressor displays in the animation pane of a status bar. You can use the default spinning globe for the animation progressor or specify your own animation file (.avi). Use the IStatusBar::ProgressAnimation property to get access to the animation progressor.
Members
Description | ||
---|---|---|
Animation | The animation displayed by the progressor as one of the esriAnimation constants. (Not implemented). | |
Hide | Hides the progressor. | |
Message | The message displayed by the progressor. | |
OpenPath | Opens the AVI file specified in the path and displays its first frame. The AVI file specified must not contain audio. | |
Play | Plays the animation. | |
Seek | Moves to the specified frame of the animation. The animation starts at this frame the next time it is played. | |
Show | Shows the progressor. | |
Step | Animates or steps the progressor. | |
Stop | Stops the animation. |
Inherited Interfaces
Interfaces | Description |
---|---|
IProgressor | Provides access to members that report progress. |
CoClasses that implement IAnimationProgressor
CoClasses and Classes | Description |
---|---|
ProgressAnimation (esriArcMapUI) | ProgressAnimation object. |
See Also
IStatusBar.ProgressAnimation Property