Storyboard.parent Property

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

Description

Gets the parent AnimationManager of this storyboard.

Syntax

"storyboard_var" is a variable referencing a Storyboard object.
# Get the value of the property.
propertyValue = storyboard_var.parent
"storyboard_var" Is a variable referencing a Storyboard Object.
#include <Fusion/Animation/Storyboard.h>

// Get the value of the property.
Ptr<AnimationManager> propertyValue = storyboard_var->parent();
"storyboard_var" Is a variable referencing a Storyboard Object.
// Get the value of the property.
propertyValue = storyboard_var.parent;

Property Value

This is a read only property whose value is an AnimationManager.

Version

Introduced in version May 2026