Design.activateRootComponent Method

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

"design_var" is a variable referencing a Design object.
returnValue = design_var.activateRootComponent()
"design_var" is a variable referencing a Design object.

#include <Fusion/Fusion/Design.h>

returnValue = design_var->activateRootComponent();

Return Value

Type Description
boolean Returns true if the activation was successful.

Version

Introduced in version June 2015