Provides access to keyframes of animated objects.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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
CoClasses and 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.