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.