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


IAGAnimationType.AnimationClass Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

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