Storyboard.isActive Property

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

Description

Returns true if this storyboard is the active storyboard.

Syntax

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

// Get the value of the property.
boolean propertyValue = storyboard_var->isActive();
"storyboard_var" Is a variable referencing a Storyboard Object.
// Get the value of the property.
propertyValue = storyboard_var.isActive;

Property Value

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

Version

Introduced in version May 2026