TimelineGroup.isSuppressed Property

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

Description

Gets and sets if this object is suppressed.

Syntax

"timelineGroup_var" is a variable referencing a TimelineGroup object.

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

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

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

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

Property Value

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

Version

Introduced in version August 2014