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


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

IAnimationExtension Interface

The Animation Extension object.

Product Availability

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

Members

Name Description
Method AnimationContentsModified Fires events to notify of changes in animation contents.
Read-only property AnimationEnvironment The animation environment options for this container app.
Read-only property AnimationTracks The animation track container.

Classes that implement IAnimationExtension

Classes Description
AnimationExtension The Animation Extension Object.

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 Samples

Move a graphic along a path in ArcMap Move a graphic along a path in ArcMap Create camera flyby from path