This document is archived and information here might be outdated. Recommended version. |
Provides access to the extensions of an animation track.
Name | Description | |
---|---|---|
AddExtension | Adds a new extension. | |
Extension | The extension at the specified index. | |
ExtensionCount | Number of extensions. | |
RemoveExtension | Removes the specified extension. |
Classes | Description |
---|---|
AGAnimationTrack | The Animation Track coclass. |
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).