WorkingModel.activateRootComponent Method

Parent Object: WorkingModel
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/WorkingModel.h>

Description

Makes the root component the active component in the user interface. This is the same as enabling the radio button next to the root component in the browser.

Syntax

"workingModel_var" is a variable referencing a WorkingModel object.
returnValue = workingModel_var.activateRootComponent()
"workingModel_var" is a variable referencing a WorkingModel object.

#include <Fusion/Fusion/WorkingModel.h>

returnValue = workingModel_var->activateRootComponent();

Return Value

Type Description
boolean Returns true if the activation was successful.

Version

Introduced in version January 2024