Provides access to members that control the Animation Environment.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
AnimationControlsHWnd | The window handle of the animation controls dialog. |
![]() |
AnimationDuration | The duration of the animation in seconds. |
![]() |
GetPlayInterval | Gets the begin and end times of play interval. |
![]() |
GetPlayIntervalFrames | Gets the begin and end frame number when playing by frames. |
![]() |
IsIntervalPlay | Indicates whether to play only part of the animation. |
![]() |
NumberofFrames | The number of frames that will be displayed in the animation. |
![]() |
PlayInAllViewers | Indicates if the option to play camera animations in for all viewers. |
![]() |
PlayMode | The play mode (once/loop, forward/reverse). |
![]() |
PlayTime | The current animation time during playing. |
![]() |
PlayType | The play type, play based on duration or number of frames). |
![]() |
PutPlayInterval | Sets the begin and end times of play interval. |
![]() |
PutPlayIntervalFrames | Sets the begin and end frame number when playing by frames. |
![]() |
RestoreState | Indicates the state of display after animation stops. |
![]() |
SelectedAGAnimationType | The selected animation type. |
![]() |
SelectedKeyframes | The indices of the selected animation keyframes. |
![]() |
SelectedTracks | The selected animation tracks. |
![]() |
State | The play or recording state. |
CoClasses that implement IAGAnimationEnvironment
CoClasses and Classes | Description |
---|---|
AGAnimationEnvironment | Animation Environment for animation state and global options. |
SxAnimationEnvironment (esri3DAnalyst) | 3D Animation Manager Environment. |
Remarks
Animation environment contains settings for animation playing and recording, such as the duration and play mode of the animation.