This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTracks Interface > IAGAnimationTracks.FindTrack Method (ArcObjects .NET 10.5 SDK) |
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