Provides access to animation tracks that support keyframes.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
| Description | ||
|---|---|---|
![]()  | 
ActiveProperties | The combination of active properties for the track. | 
![]()  | 
CreateKeyframe | Creates a new keyframe of the appropriate type and inserts it. If the index is -1, it is added last. | 
![]()  | 
EvenTimeStamps | Indicates whether to distribute time stamps evenly in the interval 0-1. | 
![]()  | 
FindKeyframe | Finds a keyframe by name. | 
![]()  | 
InsertKeyframe | Inserts a new keyframe. If the index is -1, it is added last. | 
![]()  | 
IsActiveProperty | Indicates if an animation property is active. | 
![]()  | 
Keyframe | The keyframe with the given index in the track. | 
![]()  | 
KeyframeCount | The number of keyframes defined in the track. | 
![]()  | 
LastInterpolatedKeyframe | The last keyframe that was interpolated in the track. | 
![]()  | 
MoveKeyframe | Moves the keyframe with the given index, inserting it with a different index. | 
![]()  | 
RemoveAllKeyframes | Removes all the keyframes. | 
![]()  | 
RemoveKeyframe | Removes the keyframe with the given index. | 
![]()  | 
ResetTimeStamps | Redistributes the time stamps in the interval [0,1]. | 
![]()  | 
RestoreObjectProperties | Restores the saved properties of the attached object specified. | 
![]()  | 
SaveObjectProperties | Internally saves the properties of the attached object specified. | 
![]()  | 
SortKeyframes | Sorts the keyframes in ascending time order. | 
CoClasses that implement IAGAnimationTrackKeyframes
| CoClasses and Classes | Description | 
|---|---|
| AGAnimationTrack | The Animation Track coclass. | 
| AnimationTrack (esri3DAnalyst) | The Animation Track coclass. | 
Remarks
This interface provides properties and methods for managing keyframes associated with the track.


