Storyboard.deleteMe Method

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

Description

Method that deletes the storyboard.

Syntax

"storyboard_var" is a variable referencing a Storyboard object.

returnValue = storyboard_var.deleteMe()
"storyboard_var" is a variable referencing a Storyboard object.

#include <Fusion/Animation/Storyboard.h>

returnValue = storyboard_var->deleteMe();
"storyboard_var" is a variable referencing a Storyboard object.

returnValue = storyboard_var.deleteMe();

Return Value

Type Description
boolean Returns true if the deletion was successful.

Version

Introduced in version May 2026