FlatPatternProduct.activateRootComponent Method

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

"flatPatternProduct_var" is a variable referencing a FlatPatternProduct object.
returnValue = flatPatternProduct_var.activateRootComponent()
"flatPatternProduct_var" is a variable referencing a FlatPatternProduct object.

#include <Fusion/SheetMetal/FlatPatternProduct.h>

returnValue = flatPatternProduct_var->activateRootComponent();

Return Value

Type Description
boolean Returns true if the activation was successful.

Version

Introduced in version October 2022