TimelineGroup.parentGroup Property

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

Description

Returns the parent group, if this object is part of a group. Returns null if this object is not part of a group.

Syntax

"timelineGroup_var" is a variable referencing a TimelineGroup object.

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

// Get the value of the property.
Ptr<TimelineGroup> propertyValue = timelineGroup_var->parentGroup();

Property Value

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

Version

Introduced in version August 2014