AnimationManager.isAnimationWorkspaceActive Property

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

Description

Returns if the Animation workspace for this Design is active or not. Returns true if the workspace is active.

Syntax

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

// Get the value of the property.
boolean propertyValue = animationManager_var->isAnimationWorkspaceActive();
"animationManager_var" Is a variable referencing an AnimationManager Object.
// Get the value of the property.
propertyValue = animationManager_var.isAnimationWorkspaceActive;

Property Value

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

Version

Introduced in version May 2026