ArcObjects Library Reference (3DAnalyst)  

IAnimationTracks.AnimationTypes Property

The objects that describe the registered types of animation.

[Visual Basic .NET]
Public ReadOnly Property AnimationTypes As IArray
[C#]
public IArray AnimationTypes {get;}
[C++]
HRESULT get_AnimationTypes(
  IArray** ppAnimationTypes
);
[C++]

Parameters

ppAnimationTypes [out, retval]

  ppAnimationTypes is a parameter of type IArray

Product Availability

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

See Also

IAnimationTracks Interface