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