Microsoft DirectX 9.0

IComponent.Clone

The Clone method creates a new copy of this IComponent object.

Syntax

objIComponent.Clone() As Component

Parameters

This method takes no parameters.

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 a copy of the current IComponent formatted as an Object.

See Also