ArcObjects Library Reference (Animation)  

IAGAnimationPlayer.StopAnimation Method

Stops playing or recording the animation.

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

Product Availability

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

See Also

IAGAnimationPlayer Interface

.NET Samples

Visualizing the camera path while animating (Code Files: VisualizeCameraPath)