DX9ToolsR4 - Created by: X | |
AnimationController.Item Property
Gets/Sets a item in the collection.
[Visual Basic]Public Default Property Item( _
ByVal
Index As
Integer _
) As
ITrack [C#]public
ITrack this[
int Index] {get; set;}
Parameters
- Index
- The index of the item to be retrieved.
Exceptions
Exception Type | Condition |
---|
ArgumentOutOfRangeException |
Will throw a standard ArgumentOutOfRangeException Exception if the index is out of range.
|
See Also
AnimationController Class | CBX.Libs.DX9ToolsR4.Animation Namespace