Provides access to members that control the animation container.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AllViews | All the viewers. | |
AnimationFileExtension | The extension for the animation files. | |
AnimationFileFilter | The filter for browing animation files. | |
AnimationTime | Provides access to the animation time string. | |
AnimationTypes | The registered types of animation. | |
CurrentView | The current active viewer. | |
DrawGraphsToDC | Draw datagraphs to specified device context. | |
DrawPageLayoutToDC | Draw the page layout to specified device context. | |
IsGestureEnabled | Indicates if interactive gestures are enabled. | |
PutIsAnimating | Indicates if the animation is active, and if full quality rendering is used (for video). | |
RefreshObject | Container-specific actions to refresh object. | |
RefreshViews | Refresh the active viewer or all viewers. | |
RemoveAllAnimationTimeStrings | Remove all animation time string from the display. | |
RemoveTrackTimeDisplay | Remove a single animation track time string from the display. | |
RestoreViewerStates | Restore the current state of the viewers. | |
SaveViewerStates | Save the current state of the viewers. | |
SpatialBookmarks | The spatial bookmarks that can be used to define animations. | |
ViewController | The controller object (Camera) of a viewer. | |
WindowHandle | The window handle associated with the given view. |
CoClasses that implement IAGAnimationContainer
CoClasses and Classes | Description |
---|---|
Globe (esriGlobeCore) | A container for the display and manipulation of data in the Globe. |
MapAnimationContainer (esriAnimationUI) | The map animation container. |
Remarks
An animation container represents the application or control which supports the animation extension. The IAGAnimationContainer interface mainly contains properties and methods in getting and refreshing the view(s) of the application or control.