Provides access to the extensions of an animation track.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
CoClasses that implement IAGAnimationTrackExtensions
Remarks
Animation track extension allows developers to add custom extensions to animation tracks. Custom extensions are useful when animation object properties need to be extended. For example, time window is not available as a property for a layer object, so it is implemented in a track extension (the time layer track extension).
.NET Samples
Move a graphic along a path in ArcMap (Code Files:
AnimationUtils frmPropertyPage MapGraphicKeyframe MapGraphicTrackPropPage)