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


IAGAnimationTracks.FindTrack Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTracks Interface > IAGAnimationTracks.FindTrack Method
ArcGIS Developer Help

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

.NET Samples

Visualizing the camera path while animating