ArcObjects Library Reference (Animation)  

IAGAnimationContainer.RemoveTrackTimeDisplay Method

Remove a single animation track time string from the display.

[Visual Basic .NET]
Public Sub RemoveTrackTimeDisplay ( _
    ByVal pTrack As IAGAnimationTrack _
)
[C#]
public void RemoveTrackTimeDisplay (
    IAGAnimationTrack pTrack
);
[C++]
HRESULT RemoveTrackTimeDisplay(
  IAGAnimationTrack* pTrack
);
[C++]

Parameters

pTrack [in]

  pTrack is a parameter of type IAGAnimationTrack

Product Availability

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

See Also

IAGAnimationContainer Interface