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


IAGAnimationTracks.RemoveAllTracks 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.RemoveAllTracks Method
ArcGIS Developer Help

IAGAnimationTracks.RemoveAllTracks Method

Removes all tracks.

[Visual Basic .NET]
Public Sub RemoveAllTracks ( _
)
[C#]
public void RemoveAllTracks (
);
[C++]
HRESULT RemoveAllTracks(
void
);

Product Availability

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

See Also

IAGAnimationTracks Interface