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


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

IAGAnimationTrackKeyframes.LastInterpolatedKeyframe Property

The last keyframe that was interpolated in the track.

[Visual Basic .NET]
Public ReadOnly Property LastInterpolatedKeyframe As IAGKeyframe
[C#]
public IAGKeyframe LastInterpolatedKeyframe {get;}
[C++]
HRESULT get_LastInterpolatedKeyframe(
  IAGKeyframe** ppKeyframe
);
[C++]
Parameters
ppKeyframe [out, retval]

ppKeyframe is a parameter of type IAGKeyframe**

Product Availability

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

See Also

IAGAnimationTrackKeyframes Interface