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


IAGAnimationTrackKeyframes.FindKeyframe Method (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.FindKeyframe Method
ArcGIS Developer Help

IAGAnimationTrackKeyframes.FindKeyframe Method

Finds a keyframe by name.

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

Name is a parameter of type BSTR ppKeyframe [out]
ppKeyframe is a parameter of type IAGKeyframe**

Product Availability

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

See Also

IAGAnimationTrackKeyframes Interface