Timeline.moveToPreviousStep Method

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

Description

Moves the marker to the previous step in the timeline.

Syntax

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

#include <Fusion/Fusion/Timeline.h>

returnValue = timeline_var->moveToPreviousStep();

Return Value

Type Description
boolean Returns true if the move is successful

Version

Introduced in version August 2014