ArcObjects Library Reference (Animation)  

AGAnimationUtils CoClass

Class containing common implementation of utility methods.

Product Availability

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

Interfaces

Interfaces Description
IAGAnimationPlayer Provides access to play/record utility methods.
IAGAnimationUtils Provides access to animation utility methods.
IConnectionPointContainer Supports connection points for connectable objects.
IVideoExportUtils2 Provides access to video export methods.

Event Interfaces

Interfaces Description
IAnimationEvents (default) Provides access to events that occur when animation plays or records.
AGAnimationUtils is the one and only instance of its class.

Working with Events

[Visual Basic 6.0]

When working with AGAnimationUtils' default outbound interface in Visual Basic 6 declare variables as follows:

Private WithEvents pAGAnimationUtils as AGAnimationUtils