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


IAGAnimationPlayer.PauseAnimation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationPlayer Interface > IAGAnimationPlayer.PauseAnimation Method
ArcGIS Developer Help

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