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


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

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
);
[C++]
Parameters
pType [in]

pType is a parameter of type IAGAnimationType*

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