FusionDocument.updateAllReferences Method

Parent Object: FusionDocument
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/FusionDocument.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

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

#include <Fusion/Fusion/FusionDocument.h>

returnValue = fusionDocument_var->updateAllReferences();

Version

Introduced in version September 2022