ArcObjects Library Reference (Animation)  

IAGAnimationTrackExtensions Interface

Provides access to the extensions of an animation track.

Product Availability

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

Members

Description
Method AddExtension Adds a new extension.
Read-only property Extension The extension at the specified index.
Read-only property ExtensionCount Number of extensions.
Method RemoveExtension Removes the specified extension.

CoClasses that implement IAGAnimationTrackExtensions

CoClasses and Classes Description
AGAnimationTrack The Animation Track coclass.

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)