ArcObjects Library Reference (Animation)  

IAGAnimationType.UpdateTrackExtensions Method

Creates or modifies extensions of the given track when its type is assigned or objects are attached/detached.

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

IAGAnimationType Interface