TimelineObject.reorder Method
Parent Object: TimelineObjectDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/TimelineObject.h>
Description
Reorders this object to the position specified. The default value of -1 indicates the end of the timeline.
Syntax
"timelineObject_var" is a variable referencing a TimelineObject object.
|
Return Value
Type | Description |
boolean | Returns true if the reorder operation was successful This method will fail and return false if this is a timelineGroup object and the group is expanded. |
Parameters
Name | Type | Description |
beforeIndex | integer | The index number of the position in the timeline to place this object before This is an optional argument whose default value is -1. |