Microsoft DirectX 8.1 (C++) |
The Item property retrieves or assigns a ComponentType object at a specified index.
Syntax
objComponentTypes.Item(Index) As ComponentType
Parameters
Index
Specifies the index of the object to retrieve as a Long integer.
Error Codes
If the property fails, an error is raised and Err.Number is set to a value other than zero.
Return Value
This property returns a ComponentType object as an Object.
See Also