Provides access to the extensions of an animation track.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AddExtension | Adds a new extension. | |
Extension | The extension at the specified index. | |
ExtensionCount | Number of extensions. | |
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).