Timeline.deleteAllAfterMarker Method

Parent Object: Timeline
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/Timeline.h>

Description

Deletes all objects in the timeline that are after the current position of the marker.

Syntax

"timeline_var" is a variable referencing a Timeline object.
returnValue = timeline_var.deleteAllAfterMarker()
"timeline_var" is a variable referencing a Timeline object.

#include <Fusion/Fusion/Timeline.h>

returnValue = timeline_var->deleteAllAfterMarker();

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version January 2016