DrawingDocument.advanceToLatest Method

Parent Object: DrawingDocument
Defined in namespace "adsk::drawing" and the header file is <Drawing/Drawing/DrawingDocument.h>

Description

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

Syntax

"drawingDocument_var" is a variable referencing a DrawingDocument object.
returnValue = drawingDocument_var.advanceToLatest()
"drawingDocument_var" is a variable referencing a DrawingDocument object.

#include <Drawing/Drawing/DrawingDocument.h>

returnValue = drawingDocument_var->advanceToLatest();

Return Value

Type Description
boolean Returns true if the operation was successful.

Version

Introduced in version April 2026