DX9ToolsR4 - Created by: X

ITrack.Item Property

Gets/Sets a key for the track.

[Visual Basic]
Property Item( _
   ByVal Index As Integer _
) As IKey
[C#]
IKey this[
   int Index
] {get; set;}

Parameters

Index
The index of the key.

See Also

ITrack Interface | CBX.Libs.DX9ToolsR4.Animation Namespace