DX9ToolsR4 - Created by: X

Track.Remove Method (IKey)

Removes an item.

[Visual Basic]
NotOverridable Overloads Public Sub Remove( _
   ByVal Item As IKey _
) Implements _
   ITrack.Remove
[C#]
public void Remove(
   IKey Item
);

Parameters

Item
A reference to a Item previously added to the collection.

Implements

ITrack.Remove

Exceptions

Exception TypeCondition
ArgumentOutOfRangeException Will throw a standard ArgumentOutOfRangeException Exception if the index is out of range.

See Also

Track Class | CBX.Libs.DX9ToolsR4.Animation Namespace | Track.Remove Overload List