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


IARGlobe.PlayAnimation Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobe Interface > IARGlobe.PlayAnimation Method
ArcGIS Developer Help

IARGlobe.PlayAnimation Method

Plays an animation.

[Visual Basic .NET]
Public Sub PlayAnimation ( _
    ByVal vAnimationID As Object _
)
[C#]
public void PlayAnimation (
    object vAnimationID
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Plays the animation.  An animation name, or index within the animation collection, can be passed as the vAnimationID parameter.

 

Remarks

The Animation Window is visible depending on the value of the showAnimationWindow parameter.  The Animation Window provides simple controls to play and stop animations.  By default showAnimationWindow is false and animations are played without the window.

See Also

IARGlobe Interface