ArcObjects Library Reference (Animation)  

ITimeLayerTrackExtension.UpdateTrackExtension Method

Provides access to the objects attached to the track.

[Visual Basic .NET]
Public Sub UpdateTrackExtension ( _
    ByVal pTrack As IAGAnimationTrack _
)
[C#]
public void UpdateTrackExtension (
    IAGAnimationTrack pTrack
);
[C++]
HRESULT UpdateTrackExtension(
  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

ITimeLayerTrackExtension Interface