TimelineBuilderJob.resultDocument Property

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

Description

Returns the document created by a successfully completed job, or null if the job has not produced a document yet (i.e. it is still running, has failed, or its result document has been closed).

Syntax

"timelineBuilderJob_var" is a variable referencing a TimelineBuilderJob object.
# Get the value of the property.
propertyValue = timelineBuilderJob_var.resultDocument
"timelineBuilderJob_var" Is a variable referencing a TimelineBuilderJob Object.
#include <Fusion/Fusion/TimelineBuilderJob.h>

// Get the value of the property.
Ptr<Document> propertyValue = timelineBuilderJob_var->resultDocument();
"timelineBuilderJob_var" Is a variable referencing a TimelineBuilderJob Object.
// Get the value of the property.
propertyValue = timelineBuilderJob_var.resultDocument;

Property Value

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

Version

Introduced in version July 2026