Storyboards.itemByName Method

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

Description

Function that returns the specified storyboard by name.

Syntax

"storyboards_var" is a variable referencing a Storyboards object.

returnValue = storyboards_var.itemByName(name)
"storyboards_var" is a variable referencing a Storyboards object.

#include <Fusion/Animation/Storyboards.h>

returnValue = storyboards_var->itemByName(name);
"storyboards_var" is a variable referencing a Storyboards object.

returnValue = storyboards_var.itemByName(name);

Return Value

Type Description
Storyboard Returns the specified storyboard or null if the name is not found.

Parameters

Name Type Description
name string The name of the storyboard within the collection to return.

Version

Introduced in version May 2026