Microsoft DirectX 9.0

AMTimelineObj.Remove Method

The Remove method removes this object from the timeline (including subobjects but not children), for reinsertion elsewhere.

Syntax

object.Remove()

Error Codes

If the method fails, an error is raised.

Remarks

Call this method only if the application will immediately insert the object back into the timeline. It is an invalid operation to call this method without then reinserting the object. To remove an object permanently, call RemoveAll.

See Also