This document is archived and information here might be outdated. Recommended version. |
Provides access to the animation type objects.
Name | Description | |
---|---|---|
AnimationClass | The class of the animation type. | |
AnimationObjectByID | The animated object with the given ID. | |
AnimationObjectID | The ID (index) of the given object among those of its animation type. | |
AnimationObjectName | The name of the given object for animation purposes. | |
AppliesToObject | Indicates if the animation type applies to a specific object. | |
CLSID | The class ID of the animation type. | |
KeyframeCLSID | The class ID of the associated keyframe, or 0 if it has none. | |
Name | The name of the animation type. | |
ObjectArray | The array of objects of this type. | |
PropertyCount | The number of properties that can be animated. | |
PropertyName | The name of the properties that can be animated. | |
PropertyType | The type of the properties that can be animated. | |
ResetObject | Resets the state of the object, preparing it for animation. | |
UpdateTrackExtensions | Creates or modifies extensions of the given track when its type is assigned or objects are attached/detached. |
Classes | Description |
---|---|
AnimationTypeCamera (esri3DAnalyst) | The Camera Animation Type coclass. |
AnimationTypeGlobeCamera (esriGlobeCore) | The globe camera animation coclass. |
AnimationTypeGlobeLayer (esriGlobeCore) | The globe layer animation coclass. |
AnimationTypeLayer (esri3DAnalyst) | The Layer Animation Type coclass. |
AnimationTypeMapLayer | The map layer animation coclass. |
AnimationTypeMapView | The map view animation coclass. |
AnimationTypeScene (esri3DAnalyst) | The Scene Animation Type coclass. |
AnimationTypeTime | Animation Type Time Object. |
AnimationTypeTimeLayer | Animation Type Time Layer. |
An animation type object provides information for a given animation type. For each animation track, an animation type has to be specified. You can get the animated property names and types of each animation type through the PropertyName() and PropertyType() members found on this interface.
The following tables list the animated property names and types for the out-of-the-box animation types in ArcMap:
Property | Name | Type |
---|---|---|
0 | View Extent of a Map | IEnvelope |
Property | Name | Type |
---|---|---|
0 | Visibility of Layer(s) | Boolean |
1 | Transparency of Layer(s) | Integer |
Property | Name | Type |
---|---|---|
0 | Time | Date |
1 | Interval | Double |
2 | Units | Long |