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


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

IAGKeyframe Interface

Provides access to keyframes of animated objects.

Product Availability

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

Members

Name Description
Read/write property ActiveProperties The combination of active properties.
Read-only property AnimationType The animation type.
Method Apply Apply to the object the active properties of the keyframe.
Method CaptureProperties Copy the properties from the object to the keyframe.
Method Interpolate Interpolates the values of an object property for a time between this keyframe and the next (time is in [0,1]).
Read/write property IsActiveProperty Indicates if an animation property is active.
Read/write property Name The name of the keyframe.
Read-only property ObjectNeedsRefresh Indicates if the object must be refreshed after interpolating its state.
Read/write property PropertyValue The value of a typed property.
Method RefreshObject Recreates the object after its properties have been interpolated.
Read/write property TimeStamp The time stamp (in the interval 0-1).

Classes that implement IAGKeyframe

Classes Description
Bookmark3D (esri3DAnalyst) The 3D bookmark coclass.
GlobeCameraKeyframe (esriGlobeCore) The keyframe for globe camera animation.
GlobeLayerKeyframe (esriGlobeCore) The keyframe for globe layer animation.
LayerKeyframe (esri3DAnalyst) The Esri LayerKeyframe coclass.
MapLayerKeyframe The keyframe for map layer animation.
MapViewKeyframe The keyframe for view animation.
SceneKeyframe (esri3DAnalyst) The scene keyframe coclass.
TimeKeyframe Time keyframe object.
TimeLayerKeyframe Time layer keyframe object.

Remarks

A keyframe stores a snapshot of the properties of an animation object at a given moment. When an animation is played, keyframes are interpolated and applied to the animation objects to create the dynamic visual effect.

.NET Samples

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