DX9ToolsR4 - Created by: X

SimpleMeshExCollection.Remove Method (MeshEx)

Removes an item.

[Visual Basic]
Overloads Public Sub Remove( _
   ByVal Item As MeshEx _
)
[C#]
public void Remove(
   MeshEx Item
);

Parameters

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

Exceptions

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

See Also

SimpleMeshExCollection Class | CBX.Libs.DX9ToolsR4.Collections Namespace | SimpleMeshExCollection.Remove Overload List