Gets and sets if this object is suppressed.
# Get the value of the property.propertyValue = timelineGroup_var.isSuppressed# Set the value of the property.timelineGroup_var.isSuppressed = propertyValue
#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);