This document is archived and information here might be outdated.  Recommended version.


IAGAnimationContainer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationContainer Interface
ArcGIS Developer Help

IAGAnimationContainer Interface

Provides access to members that control the animation container.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read-only property AllViews All the viewers.
Read-only property AnimationFileExtension The extension for the animation files.
Read-only property AnimationFileFilter The filter for browing animation files.
Write-only property AnimationTime Provides access to the animation time string.
Read-only property AnimationTypes The registered types of animation.
Read-only property CurrentView The current active viewer.
Method DrawGraphsToDC Draw datagraphs to specified device context.
Method DrawPageLayoutToDC Draw the page layout to specified device context.
Read/write property IsGestureEnabled Indicates if interactive gestures are enabled.
Method PutIsAnimating Indicates if the animation is active, and if full quality rendering is used (for video).
Method RefreshObject Container-specific actions to refresh object.
Method RefreshViews Refresh the active viewer or all viewers.
Method RemoveAllAnimationTimeStrings Remove all animation time string from the display.
Method RemoveTrackTimeDisplay Remove a single animation track time string from the display.
Method RestoreViewerStates Restore the current state of the viewers.
Method SaveViewerStates Save the current state of the viewers.
Read-only property SpatialBookmarks The spatial bookmarks that can be used to define animations.
Read-only property ViewController The controller object (Camera) of a viewer.
Read-only property WindowHandle The window handle associated with the given view.

Classes that implement IAGAnimationContainer

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.

.NET Samples

Layer effects animation in ArcMap Layer effects animation in ArcMap Move a graphic along a path in ArcMap Move a graphic along a path in ArcMap Move a graphic along a path in ArcMap Move a graphic along a path in ArcMap Create camera flyby from path Visualizing the camera path while animating