Storyboard.isInPlayMode Property

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

Description

Returns true if it is in play mode.

Syntax

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

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

Property Value

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

Version

Introduced in version May 2026