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


IAGAnimationTrackKeyframes.Keyframe 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.Keyframe Property
ArcGIS Developer Help

IAGAnimationTrackKeyframes.Keyframe Property

The keyframe with the given index in the track.

[Visual Basic .NET]
Public Function get_Keyframe ( _
    ByVal index As Integer _
) As IAGKeyframe
[C#]
public IAGKeyframe get_Keyframe (
    int index
);
[C++]
HRESULT get_Keyframe(
  long index,
  IAGKeyframe** ppKeyframe
);
[C++]
Parameters
index [in]

index is a parameter of type long 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

.NET Samples

Move a graphic along a path in ArcMap Move a graphic along a path in ArcMap