Provides access to keyframes of animated objects.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
All Properties Methods
Description
ActiveProperties
The combination of active properties.
AnimationType
The animation type.
Apply
Apply to the object the active properties of the keyframe.
CaptureProperties
Copy the properties from the object to the keyframe.
Interpolate
Interpolates the values of an object property for a time between this keyframe and the next (time is in [0,1]).
IsActiveProperty
Indicates if an animation property is active.
Name
The name of the keyframe.
ObjectNeedsRefresh
Indicates if the object must be refreshed after interpolating its state.
PropertyValue
The value of a typed property.
RefreshObject
Recreates the object after its properties have been interpolated.
TimeStamp
The time stamp (in the interval 0-1).
CoClasses that implement IAGKeyframe
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 Snippets Create Animation from Keyframes |
Create Animation by Interpolating Between Two Keyframes
.NET Samples Visualizing the camera path while animating (Code Files:
VisualizeCameraPath ) |
Layer effects animation in ArcMap (Code Files:
MapLayerEffectsKeyframe ) |
Move a graphic along a path in ArcMap (Code Files:
AnimationUtils MapGraphicKeyframe )
.NET Related Topics Creating a layer animation in globe