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


ITimeLayerTrackExtension.UpdateTrackExtension Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IT > ITimeLayerTrackExtension Interface > ITimeLayerTrackExtension.UpdateTrackExtension Method
ArcGIS Developer Help

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