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


IKeyframe.AnimationType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IK > IKeyframe Interface > IKeyframe.AnimationType Property
ArcGIS Developer Help

IKeyframe.AnimationType Property

The animation type.

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

ppAnimationType is a parameter of type IAnimationType**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IKeyframe Interface