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