FusionDocument.advanceToLatest Method

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

Description

Advance to Latest enables this capability to update assembly with all work-in-progress changes.

Syntax

"fusionDocument_var" is a variable referencing a FusionDocument object.
returnValue = fusionDocument_var.advanceToLatest()
"fusionDocument_var" is a variable referencing a FusionDocument object.

#include <Fusion/Fusion/FusionDocument.h>

returnValue = fusionDocument_var->advanceToLatest();

Return Value

Type Description
boolean Returns true if the operation was successful.

Version

Introduced in version April 2026