DrawingDocument.updateAllReferences Method

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

Description

Updates all out of date external references. This is equivalent to clicking the "Out of Date" button in the Quick Access Toolbar to update all out of date external references.

Syntax

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

#include <Drawing/Drawing/DrawingDocument.h>

returnValue = drawingDocument_var->updateAllReferences();

Version

Introduced in version September 2022