ArcObjects Library Reference (Animation)  

IAGAnimationTracks.AddTrack Method

Adds a track to the collection.

[Visual Basic .NET]
Public Sub AddTrack ( _
    ByVal pTrack As IAGAnimationTrack _
)
[C#]
public void AddTrack (
    IAGAnimationTrack pTrack
);
[C++]
HRESULT AddTrack(
  IAGAnimationTrack* pTrack
);
[C++]

Parameters

pTrack [in]

  pTrack is a parameter of type IAGAnimationTrack

Product Availability

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

See Also

IAGAnimationTracks Interface