ArcObjects Library Reference (3DAnalyst)  

IAnimationTrack.Keyframe Property

The keyframe with the given index in the track.

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

Parameters

index [in]   index is a parameter of type long ppKeyframe [out, retval]

  ppKeyframe is a parameter of type IKeyframe

Product Availability

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

See Also

IAnimationTrack Interface