AnimationManager.activeStoryboard Property

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

Description

Returns the active storyboard in this Animation.

Syntax

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

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

Property Value

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

Version

Introduced in version May 2026