Document.updateAllReferences Method

Parent Object: Document
Defined in namespace "adsk::core" and the header file is <Core/Application/Document.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

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

#include <Core/Application/Document.h>

returnValue = document_var->updateAllReferences();

Version

Introduced in version September 2022