TimelineObject.isSuppressed Property

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

Description

Gets and sets if this object is suppressed.

Syntax

"timelineObject_var" is a variable referencing a TimelineObject object.

# Get the value of the property.
propertyValue = timelineObject_var.isSuppressed

# Set the value of the property.
timelineObject_var.isSuppressed = propertyValue
"timelineObject_var" is a variable referencing a TimelineObject object.
#include <Fusion/Fusion/TimelineObject.h>

// Get the value of the property.
boolean propertyValue = timelineObject_var->isSuppressed();

// Set the value of the property, where value_var is a boolean.
bool returnValue = timelineObject_var->isSuppressed(value_var);

Property Value

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

Version

Introduced in version August 2014