Provides access to members that control the animation container.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
CoClasses that implement IAGAnimationContainer
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 Snippets
Create Animation from Keyframes |
Create Animation from Path |
Create Group Layer Animation
.NET Samples
Visualizing the camera path while animating (Code Files:
VisualizeCameraPath) |
Layer effects animation in ArcMap (Code Files:
AnimationTypeLayerEffects MapLayerEffectsKeyframe) |
Move a graphic along a path in ArcMap (Code Files:
AnimationTypeMapGraphic AnimationUtils frmCreateGraphicTrackOptions MapGraphicKeyframe) |
Create camera flyby from path (Code Files:
frmCameraPath)
.NET Related Topics
How to animate the camera along a path (line feature) in globe