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


IAGAnimationTrack.DetachAllObjects Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTrack Interface > IAGAnimationTrack.DetachAllObjects Method
ArcGIS Developer Help

IAGAnimationTrack.DetachAllObjects Method

Detach all objects from the track.

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

Product Availability

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

See Also

IAGAnimationTrack Interface