ArcObjects Library Reference (3DAnalyst)  

IAnimationTrack.FindKeyframe Method

Finds a keyframe by name.

[Visual Basic .NET]
Public Sub FindKeyframe ( _
    ByVal Name As String, _
    ByRef ppKeyframe As IKeyframe _
)
[C#]
public void FindKeyframe (
    string Name,
    ref IKeyframe ppKeyframe
);
[C++]
HRESULT FindKeyframe(
  BSTR Name,
  IKeyframe** ppKeyframe
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR ppKeyframe [out]

  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