Document.advanceToLatest Method

Parent Object: Document
Defined in namespace "adsk::core" and the header file is <Core/Application/Document.h>

Description

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

Syntax

"document_var" is a variable referencing a Document object.
returnValue = document_var.advanceToLatest()
"document_var" is a variable referencing a Document object.

#include <Core/Application/Document.h>

returnValue = document_var->advanceToLatest();

Return Value

Type Description
boolean Returns true if the operation was successful.

Version

Introduced in version April 2026