Microsoft DirectX 9.0

AMTimelineObj.RemoveAll Method

The RemoveAll method permanently removes this object from the timeline, including subobjects and children.

Syntax

object.RemoveAll()

Error Codes

If the method fails, an error is raised.

Remarks

To remove an object for the purpose of reinserting it elsewhere in the timeline, call Remove.

See Also