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


IAnimationTracks.FindTrack Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTracks Interface > IAnimationTracks.FindTrack Method
ArcGIS Developer Help

IAnimationTracks.FindTrack Method

Finds a track by name.

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

Name is a parameter of type BSTR ppTrack [out]
ppTrack is a parameter of type IAnimationTrack**

Product Availability

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

See Also

IAnimationTracks Interface