TimelineGroup.isCollapsed Property
Parent Object:
TimelineGroupDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/TimelineGroup.h>
Description
Indicates if the group is collapsed or expanded.
Syntax
"timelineGroup_var" is a variable referencing a TimelineGroup object.
# Get the value of the property. propertyValue = timelineGroup_var.isCollapsed
# Set the value of the property. timelineGroup_var.isCollapsed = 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->isCollapsed();
// Set the value of the property, where value_var is a boolean. bool returnValue = timelineGroup_var->isCollapsed(value_var); |
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version August 2014