Microsoft DirectX 9.0

ComponentTypes.Remove

The Remove method removes a ComponentType object from the collection at the specified index.

Syntax

objComponentTypes.Remove(Index)

Parameters

Index

  Specifies the index of the object to remove as a Long integer.

Error Codes

If the method fails, an error is raised and Err.Number is set to a value other than zero.

Return Value

This method returns nothing.

See Also