DX9ToolsR4 - Created by: X

ITrack.Add Method 

Adds a track.

[Visual Basic]
Function Add( _
   ByVal Key As IKey _
) As Integer
[C#]
int Add(
   IKey Key
);

Parameters

Key
A object type that implements the IKey interface.

Return Value

Returns the index that the track was added to.

See Also

ITrack Interface | CBX.Libs.DX9ToolsR4.Animation Namespace