AnimationManager.storyboards Property

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

Description

Collection that provides access to all of the existing storyboards in an animation and supports the ability to create new storyboards.

Syntax

"animationManager_var" is a variable referencing an AnimationManager object.
# Get the value of the property.
propertyValue = animationManager_var.storyboards
"animationManager_var" Is a variable referencing an AnimationManager Object.
#include <Fusion/Animation/AnimationManager.h>

// Get the value of the property.
Ptr<Storyboards> propertyValue = animationManager_var->storyboards();
"animationManager_var" Is a variable referencing an AnimationManager Object.
// Get the value of the property.
propertyValue = animationManager_var.storyboards;

Property Value

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

Version

Introduced in version May 2026