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


IAnimationTrack.AnimationType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IAnimationTrack.AnimationType Property

The animation type.

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

Parameters ppAnimationType [out, retval]
ppAnimationType is a parameter of type IAnimationType ppAnimationType [in]
ppAnimationType is a parameter of type IAnimationType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IAnimationTrack Interface