DX9ToolsR4 - Created by: X

SimpleMeshCollection.Item Property

Gets/Sets a item in the collection.

[Visual Basic]
Public Default Property Item( _
   ByVal Index As Integer _
) As Mesh
[C#]
public Microsoft.DirectX.Direct3D.Mesh this[
   int Index
] {get; set;}

Parameters

Index
The index of the item to be retrieved.

Exceptions

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

See Also

SimpleMeshCollection Class | CBX.Libs.DX9ToolsR4.Collections Namespace