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


IAGAnimationType.UpdateTrackExtensions Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationType Interface > IAGAnimationType.UpdateTrackExtensions Method
ArcGIS Developer Help

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