TimelineGroup.entity Property

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

Description

Returns the entity associated with this timeline object. Edit operations can be performed by getting the object representing the associated entity and using the methods and properties on that entity to make changes.

Returns null if this TimelineObject represents a TimelineGroup object, since it does not have an associated entity.

Syntax

"timelineGroup_var" is a variable referencing a TimelineGroup object.

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

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

Property Value

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

Version

Introduced in version August 2014