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


IAGAnimationTrack.AnimationType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTrack Interface > IAGAnimationTrack.AnimationType Property
ArcGIS Developer Help

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 Samples

Move a graphic along a path in ArcMap Visualizing the camera path while animating