AnimationManager.parentDesign Property

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

Description

Returns the parent Design this AnimationManager was obtained from.

Syntax

"animationManager_var" is a variable referencing an AnimationManager object.
# Get the value of the property.
propertyValue = animationManager_var.parentDesign
"animationManager_var" Is a variable referencing an AnimationManager Object.
#include <Fusion/Animation/AnimationManager.h>

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

Property Value

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

Version

Introduced in version May 2026