Storyboard.end Property

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

Description

Gets the end time of the storyboard in seconds.

Syntax

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

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

Property Value

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

Version

Introduced in version May 2026