ArcObjects Library Reference (Animation)  

IAGAnimationContainer.RemoveAllAnimationTimeStrings Method

Remove all animation time string from the display.

[Visual Basic .NET]
Public Sub RemoveAllAnimationTimeStrings ( _
    ByVal pTracks As IAGAnimationTracks _
)
[C#]
public void RemoveAllAnimationTimeStrings (
    IAGAnimationTracks pTracks
);
[C++]
HRESULT RemoveAllAnimationTimeStrings(
  IAGAnimationTracks* pTracks
);
[C++]

Parameters

pTracks [in]

  pTracks is a parameter of type IAGAnimationTracks

Product Availability

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

See Also

IAGAnimationContainer Interface