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


ITimeLayerTrackExtension.UpdateTrackExtension Method (ArcObjects .NET 10.5 SDK)
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