Design.animationManager Property

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

Description

Returns the AnimationManager object associated with this design. Using the AnimationManager you can access the same functionality that is available in the Animation workspace.

Syntax

"design_var" is a variable referencing a Design object.
# Get the value of the property.
propertyValue = design_var.animationManager
"design_var" Is a variable referencing a Design Object.
#include <Fusion/Fusion/Design.h>

// Get the value of the property.
Ptr<AnimationManager> propertyValue = design_var->animationManager();
"design_var" Is a variable referencing a Design Object.
// Get the value of the property.
propertyValue = design_var.animationManager;

Property Value

This is a read only property whose value is an AnimationManager.

Version

Introduced in version July 2026