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


IAGAnimationTracks.CreateTrack Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationTracks.CreateTrack Method

Creates a new track and adds it to the collection.

[Visual Basic .NET]
Public Function CreateTrack ( _
    ByVal pType As IAGAnimationType _
) As IAGAnimationTrack
[C#]
public IAGAnimationTrack CreateTrack (
    IAGAnimationType pType
);
[C++]
HRESULT CreateTrack(
  IAGAnimationType* pType,
  IAGAnimationTrack** ppTrack
);
[C++]

Parameters pType [in]
pType is a parameter of type IAGAnimationType ppTrack [out, retval]
ppTrack is a parameter of type IAGAnimationTrack

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGAnimationTracks Interface

.NET Samples

Move a graphic along a path in ArcMap (Code Files: AnimationUtils)