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


IAGAnimationTracks.FindTrack Method (ArcObjects .NET 10.4 SDK)
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

.NET Samples

Visualizing the camera path while animating (Code Files: VisualizeCameraPath)