TimelineGroup.entity Property

Parent Object: TimelineGroup

Derived from: TimelineObject.entity


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 is a TimelineGroup object

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.
Base propertyValue = timelineGroup_var->entity();
"timelineGroup_var" Is a variable referencing a TimelineGroup Object.
// Get the value of the property.
propertyValue = timelineGroup_var.entity;

Property Value

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

Version

Introduced in version August 2014