AnimationManager.isWatermarkShown Property

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

Description

Gets and sets whether to show text watermark in cavas when the view recording is off.

Syntax

"animationManager_var" is a variable referencing an AnimationManager object.
# Get the value of the property.
propertyValue = animationManager_var.isWatermarkShown

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

// Get the value of the property.
boolean propertyValue = animationManager_var->isWatermarkShown();

// Set the value of the property, where value_var is a boolean.
bool returnValue = animationManager_var->isWatermarkShown(value_var);
"animationManager_var" Is a variable referencing an AnimationManager Object.
// Get the value of the property.
propertyValue = animationManager_var.isWatermarkShown;

// Set the value of the property.
animationManager_var.isWatermarkShown = propertyValue;

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version May 2026