Timeline.timelineGroups Property
Parent Object:
TimelineDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/Timeline.h>
Description
Returns the collection of groups within the timeline.
Syntax
"timeline_var" is a variable referencing a Timeline object.
# Get the value of the property. propertyValue = timeline_var.timelineGroups
|
"timeline_var" is a variable referencing a Timeline object.
#include <Fusion/Fusion/Timeline.h>
// Get the value of the property. Ptr<TimelineGroups> propertyValue = timeline_var->timelineGroups();
|
Property Value
This is a read only property whose value is a
TimelineGroups.
Version
Introduced in version August 2014