DX9ToolsR4 - Created by: X

Track.Add Method 

Adds a Animation.IKey type to the collection.

[Visual Basic]
NotOverridable Public Function Add( _
   ByVal Item As IKey _
) As Integer Implements _
   ITrack.Add
[C#]
public int Add(
   IKey Item
);

Parameters

Item
A reference to a Animation.IKey type.

Return Value

Returns the index that the item was added to.

Implements

ITrack.Add

Exceptions

Exception TypeCondition
ArgumentNullException Will throw a ArgumentNullException Exception if 'Item' is nothing.

See Also

Track Class | CBX.Libs.DX9ToolsR4.Animation Namespace