This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationPlayer Interface > IAGAnimationPlayer.PlayAnimation Method (ArcObjects .NET 10.4 SDK) |
Plays the animation according to the animation environment options.
[Visual Basic .NET] Public Sub PlayAnimation ( _ ByVal pTracks As IAGAnimationTracks, _ ByVal pEnvironment As IAGAnimationEnvironment, _ ByVal pStatusBar As IStatusBar _ )
[C#] public void PlayAnimation ( IAGAnimationTracks pTracks, IAGAnimationEnvironment pEnvironment, IStatusBar pStatusBar );
[C++]
HRESULT PlayAnimation(
IAGAnimationTracks* pTracks,
IAGAnimationEnvironment* pEnvironment,
IStatusBar* pStatusBar
);
[C++]
Parameters pTracks [in]
pTracks is a parameter of type IAGAnimationTracks pEnvironment [in]
pEnvironment is a parameter of type IAGAnimationEnvironment pStatusBar [in]
pStatusBar is a parameter of type IStatusBar