Timeline.moveToEnd Method
Parent Object: TimelineDefined 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.
|
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. |