Microsoft DirectX 9.0 |
The InsertSpace2 method splits any objects that exist at the specified time and inserts space between them.
Syntax
object.InsertSpace2(
rtStart As Double,
rtEnd As Double
)
Parameters
rtStart
Time at which to create the split, and the starting point of the inserted space, in seconds.
rtEnd
End point of the inserted space, in seconds.
Error Codes
If the method fails, an error is raised, and Err.Number can be set to the following value:
Value | Description |
E_INVALIDARG | Invalid argument. |
See Also