TimelineGroup.parentTimeline Property

Parent Object: TimelineGroup

Derived from: TimelineObject.parentTimeline


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

Description

Returns the Timeline that owns this TimelineObject.

Syntax

"timelineGroup_var" is a variable referencing a TimelineGroup object.
# Get the value of the property.
propertyValue = timelineGroup_var.parentTimeline
"timelineGroup_var" Is a variable referencing a TimelineGroup Object.
#include <Fusion/Fusion/TimelineGroup.h>

// Get the value of the property.
Ptr<Timeline> propertyValue = timelineGroup_var->parentTimeline();
"timelineGroup_var" Is a variable referencing a TimelineGroup Object.
// Get the value of the property.
propertyValue = timelineGroup_var.parentTimeline;

Property Value

This is a read only property whose value is a Timeline.

Version

Introduced in version September 2026