Storyboards.isValid Property

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

Description

Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference.

Syntax

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

// Get the value of the property.
boolean propertyValue = storyboards_var->isValid();
"storyboards_var" Is a variable referencing a Storyboards Object.
// Get the value of the property.
propertyValue = storyboards_var.isValid;

Property Value

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

Version

Introduced in version May 2026