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


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

IAGAnimationContainer.AnimationTypes Property

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.

See Also

IAGAnimationContainer Interface