Microsoft DirectX 9.0 |
The Item property sets or retrieves a tuning space in the collection using a specified index.
Syntax
objSystemTuningSpaces.Item(varIndex) As TuningSpace
Parameters
varIndex
Specifies the index of the tuning space to retrieve or assign as a VARIANT.
Error Codes
If the property fails, an error is raised and Err.Number is set to a value other than zero.
Return Value
Returns the tuning space.
Remarks
This property is read/write. Assigning the tuning space object will save the changes to disk.
See Also