Microsoft DirectX 9.0 |
The Clone method creates a new copy of this ComponentTypes object including a new copy of the collection of ComponentType objects.
Syntax
ComponentTypes.Clone() As ComponentTypes
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 the new ComponentTypes object as an Object.
See Also