Canvas.timelineObject Property

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

Description

Returns the timeline object associated with the creation of this canvas.

Syntax

"canvas_var" is a variable referencing a Canvas object.

# Get the value of the property.
propertyValue = canvas_var.timelineObject
"canvas_var" is a variable referencing a Canvas object.
#include <Fusion/Image/Canvas.h>

// Get the value of the property.
Ptr<TimelineObject> propertyValue = canvas_var->timelineObject();

Property Value

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

Version

Introduced in version May 2023