ArcObjects Library Reference (3DAnalyst)  

IAnimationTracks.RemoveTrack Method

Removes a track from the collection.

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

Parameters

pTrack [in]

  pTrack 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