The Animation Extension object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
CoClasses that implement IAnimationExtension
Remarks
Animation extension is the access point for other animation objects in an application. This interface exposes the animation environment and animation track container for developers. From the animation track container, you can then access individual animation track and their keyframes.
.NET Snippets
Create Animation by Interpolating Between Two Keyframes |
Create Animation QuickTime |
Create Animation from Path |
Create Animation AVI
.NET Samples
Move a graphic along a path in ArcMap (Code Files:
cmdMoveGraphicAlongPath frmCreateGraphicTrackOptions) |
Create camera flyby from path (Code Files:
frmCameraPath)
.NET Related Topics
Animation |
Creating a layer animation in globe |
How to animate the camera along a path (line feature) in globe |
How to export animations to video |
How to play an animation |
How to save and load ArcGIS animation files |
How to set the animation environment