DX9ToolsR4 - Created by: X

Track.Item Property

Gets/Sets a item in the collection.

[Visual Basic]
NotOverridable Public Default Property Item( _
   ByVal Index As Integer _
) Implements _
   ITrack.Item As IKey Implements _
   ITrack.Item
[C#]
public IKey this[
   int Index
] {get; set;}

Parameters

Index
The index of the item to be retrieved.

Implements

ITrack.Item

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