This document is archived and information here might be outdated.  Recommended version.


IAnimationProgressor Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAnimationProgressor Interface
ArcGIS Developer Help

IAnimationProgressor Interface

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

Name Description
Read/write property Animation The animation displayed by the progressor as one of the esriAnimation constants. (Not implemented).
Method Hide Hides the progressor.
Read/write property Message The message displayed by the progressor.
Method OpenPath Opens the AVI file specified in the path and displays its first frame. The AVI file specified must not contain audio.
Method Play Plays the animation.
Method Seek Moves to the specified frame of the animation. The animation starts at this frame the next time it is played.
Method Show Shows the progressor.
Method Step Animates or steps the progressor.
Method Stop Stops the animation.

Inherited Interfaces

Interfaces Description
IProgressor Provides access to members that report progress.

Classes that implement IAnimationProgressor

Classes Description
ProgressAnimation (esriArcMapUI) ProgressAnimation object.

See Also

IStatusBar.ProgressAnimation Property