Timeline.moveToEnd Method

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

Description

Moves the marker to the end of the timeline.

Syntax

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

#include <Fusion/Fusion/Timeline.h>

returnValue = timeline_var->moveToEnd();

Return Value

Type Description
boolean Returns true if the move is successful

Samples

Name Description
Extrude Feature API Sample Demonstrates creating a new extrude feature.
Fillet Feature Edit API Sample

Demonstrates editing a fillet feature.
To successfully run this sample you can use this Ruled Surface Feature API Sample
Demonstrates creating a new ruled surface feature.

Version

Introduced in version August 2014