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


IAGAnimationTrack.AnimationType Property (ArcObjects .NET 10.5 SDK)
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 from Keyframes | Create Animation by Interpolating Between Two Keyframes

.NET Samples

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

.NET Related Topics

Creating a layer animation in globe