ArcObjects Library Reference (Animation)  

IAGAnimationTracks.FindTrack Method

Finds a track by name.

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

Parameters

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

  ppTrack is a parameter of type IAGAnimationTrack

Product Availability

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

See Also

IAGAnimationTracks Interface