TimelineBuilderJob.isValid Property

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

Description

Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference.

Syntax

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

// Get the value of the property.
boolean propertyValue = timelineBuilderJob_var->isValid();
"timelineBuilderJob_var" Is a variable referencing a TimelineBuilderJob Object.
// Get the value of the property.
propertyValue = timelineBuilderJob_var.isValid;

Property Value

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

Version

Introduced in version July 2026