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


IAnimationProgressor.Stop Method (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 > IAnimationProgressor.Stop Method
ArcGIS Developer Help

IAnimationProgressor.Stop Method

Stops the animation.

[Visual Basic .NET]
Public Sub Stop ( _
)
[C#]
public void Stop (
);
[C++]
HRESULT Stop(
void
);

Product Availability

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

Description

Stops the animation at the current frame. The next time the Play method is used the animation will start from this frame.

Remarks

The IStatusBar::PlayProgressAnimation method provides a shortcut to the Play and Stop methods of the animation progressor.

See Also

IAnimationProgressor Interface | IStatusBar.PlayProgressAnimation Method