Timeline.parentDesign Property

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

Description

Returns the parametric Design that owns this Timeline.

Syntax

"timeline_var" is a variable referencing a Timeline object.
# Get the value of the property.
propertyValue = timeline_var.parentDesign
"timeline_var" Is a variable referencing a Timeline Object.
#include <Fusion/Fusion/Timeline.h>

// Get the value of the property.
Ptr<Design> propertyValue = timeline_var->parentDesign();
"timeline_var" Is a variable referencing a Timeline Object.
// Get the value of the property.
propertyValue = timeline_var.parentDesign;

Property Value

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

Version

Introduced in version September 2026