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


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

IAGKeyframe.AnimationType Property

The animation type.

[Visual Basic .NET]
Public ReadOnly Property AnimationType As IAGAnimationType
[C#]
public IAGAnimationType AnimationType {get;}
[C++]
HRESULT get_AnimationType(
  IAGAnimationType** ppAnimationType
);
[C++]
Parameters
ppAnimationType [out, retval]

ppAnimationType is a parameter of type IAGAnimationType**

Product Availability

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

See Also

IAGKeyframe Interface