This document is archived and information here might be outdated. Recommended version. |
Adds a track to the collection.
[Visual Basic .NET] Public Sub AddTrack ( _ ByVal pTrack As IAnimationTrack _ )
[C#] public void AddTrack ( IAnimationTrack pTrack );
[C++]
HRESULT AddTrack(
IAnimationTrack* pTrack
);
[C++] Parameters pTrack [in]
pTrack is a parameter of type IAnimationTrack*