This document is archived and information here might be outdated. Recommended version. |
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*