ArcObjects Library Reference (Animation)  

IAGAnimationTracks.RefreshAttachedObjects Method

Detaches from the tracks those objects that no longer exist.

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

Product Availability

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

See Also

IAGAnimationTracks Interface