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


IStatusBar.PlayProgressAnimation Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IStatusBar.PlayProgressAnimation Method

Plays the progress animation if the parameter is true; otherwise stops it.

[Visual Basic .NET]
Public Sub PlayProgressAnimation ( _
    ByVal playAnim As Boolean _
)
[C#]
public void PlayProgressAnimation (
    bool playAnim
);
[C++]
HRESULT PlayProgressAnimation(
  VARIANT_BOOL playAnim
);
[C++]

Parameters playAnim [in] playAnim is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The PlayProgressAnimation method starts or stops playing the animation. Pass True to start playing the animation and False to stop playing the animation.

See Also

IStatusBar Interface