TimelineObject.rollTo Method
Parent Object:
TimelineObjectDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/TimelineObject.h>
Description
Rolls the timeline by repositioning the marker to either before or after this object. This method will fail if this is a timelineGroup object and the group is expanded.
Syntax
"timelineObject_var" is a variable referencing a TimelineObject object.returnValue = timelineObject_var.rollTo(rollBefore)
|
"timelineObject_var" is a variable referencing a TimelineObject object.
#include <Fusion/Fusion/TimelineObject.h>
returnValue = timelineObject_var->rollTo(rollBefore);
|
Return Value
boolean |
Returns true if the move was successful |
Parameters
rollBefore |
boolean |
Set rollBefore to true to reposition the marker before this object or to false to reposition the marker after this object |
Samples
Version
Introduced in version August 2014