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


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

IAGAnimationType.AnimationClass Property

The class of the animation type.

[Visual Basic .NET]
Public ReadOnly Property AnimationClass As esriAnimationClass
[C#]
public esriAnimationClass AnimationClass {get;}
[C++]
HRESULT get_AnimationClass(
  esriAnimationClass* pClass
);
[C++]
Parameters
pClass [out, retval]

pClass is a parameter of type esriAnimationClass*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGAnimationType Interface