This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > IStatusBar Interface > IStatusBar.PlayProgressAnimation Method (ArcObjects .NET 10.5 SDK) |
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
The PlayProgressAnimation method starts or stops playing the animation. Pass True to start playing the animation and False to stop playing the animation.