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


IAGAnimationPlayer.PauseAnimation Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationPlayer.PauseAnimation Method

Pauses the playing or recording of the animation.

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

Product Availability

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

See Also

IAGAnimationPlayer Interface