TimelineObject.isGroup Property

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

Description

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

Syntax

"timelineObject_var" is a variable referencing a TimelineObject object.

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

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

Property Value

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

Version

Introduced in version August 2014