Storyboards.count Property

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

Description

The number of storyboards in the collection.

Syntax

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

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

Property Value

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

Version

Introduced in version May 2026