ArcObjects Library Reference (Animation)  

IAnimationExtension.AnimationTracks Property

The animation track container.

[Visual Basic .NET]
Public ReadOnly Property AnimationTracks As IAGAnimationTracks
[C#]
public IAGAnimationTracks AnimationTracks {get;}
[C++]
HRESULT get_AnimationTracks(
  IAGAnimationTracks** ppTracks
);
[C++]

Parameters

ppTracks [out, retval]

  ppTracks is a parameter of type IAGAnimationTracks

Product Availability

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

See Also

IAnimationExtension Interface

.NET Snippets

Create Animation AVI | Create Animation from Path | Create Animation QuickTime

.NET Samples

Move a graphic along a path in ArcMap (Code Files: frmCreateGraphicTrackOptions) | Create camera flyby from path (Code Files: frmCameraPath)

.NET Related Topics

Animation | How to export animations to video | How to play an animation | How to save and load ArcGIS animation files