Provides access to animation tracks.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
AnimationObjectContainer | The container of the animation objects attached to the tracks. |
![]() |
AnimationType | The animation type. |
![]() |
ApplyToAllViewers | Indicates whether to apply a camera track to all viewers. |
![]() |
AttachedObjects | The objects to which the track is attached, or null. |
![]() |
AttachedObjectsCount | The number of objects to which the track is attached. |
![]() |
AttachObject | Attach object to the track. |
![]() |
BeginTime | The initial time of the track. |
![]() |
DetachAllObjects | Detach all objects from the track. |
![]() |
DetachObject | Detach object from the track. |
![]() |
EndTime | The final time of the track. |
![]() |
InterpolateObjectProperties | Interpolates the state of the attached object for a time between BeginTime and Endtime. |
![]() |
IsAttached | Indicates if the given object is attached to the track. |
![]() |
IsCycle | Indicates if the track is repeated periodically. |
![]() |
IsEnabled | Indicates if the track is enabled. |
![]() |
Name | The name of the track. |
![]() |
ResetAttachedObjects | Reset the state of the attached objects to be ready for animation. |
CoClasses that implement IAGAnimationTrack
CoClasses and Classes | Description |
---|---|
AGAnimationTrack | The Animation Track coclass. |
AnimationTrack (esri3DAnalyst) | The Animation Track coclass. |
Remarks
Animation tracks are conceptually containers of animation keyframes. This interface contains properties of the animation track and methods for managing animation objects attached to the track.