TimelineGroup.isGroup Property

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

Description

Indicates if this TimelineObject represents a group. If True you can operate on this object as a TimelineGroup object.

Syntax

"timelineGroup_var" is a variable referencing a TimelineGroup object.

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

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

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version August 2014