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


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

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