ArcObjects Library Reference (Animation)  

IAGAnimationTracks.RemoveTrack Method

Removes a track from the collection.

[Visual Basic .NET]
Public Sub RemoveTrack ( _
    ByVal pTrack As IAGAnimationTrack _
)
[C#]
public void RemoveTrack (
    IAGAnimationTrack pTrack
);
[C++]
HRESULT RemoveTrack(
  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

.NET Samples

Move a graphic along a path in ArcMap (Code Files: AnimationUtils)