Share

TimelineObject.parentGroup Property

Parent Object: TimelineObject
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/TimelineObject.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

"timelineObject_var" is a variable referencing a TimelineObject object.

# Get the value of the property.
propertyValue = timelineObject_var.parentGroup

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?