ArcObjects Library Reference (Animation)  

IAGAnimationTrack.AnimationType Property

The animation type.

[Visual Basic .NET]
Public Property AnimationType As IAGAnimationType
[C#]
public IAGAnimationType AnimationType {get; set;}
[C++]
HRESULT get_AnimationType(
  IAGAnimationType** ppAnimationType
);
[C++]
HRESULT putref_AnimationType(
  IAGAnimationType* ppAnimationType
);
[C++]

Parameters

ppAnimationType [out, retval]

  ppAnimationType is a parameter of type IAGAnimationType

ppAnimationType [in]

  ppAnimationType is a parameter of type IAGAnimationType

Product Availability

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

See Also

IAGAnimationTrack Interface

.NET Snippets

Create Animation by Interpolating Between Two Keyframes | Create Animation from Keyframes |

.NET Samples

Move a graphic along a path in ArcMap (Code Files: MapGraphicTrackPropPage) | Visualizing the camera path while animating (Code Files: VisualizeCameraPath) |

.NET Related Topics

How to create a layer animation in globe |