ConfigurationAppearanceTable.clear Method

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

Description

Clears the content of the appearance table, removes the reference from the top table, and hides it in the user interface.

Syntax

"configurationAppearanceTable_var" is a variable referencing a ConfigurationAppearanceTable object.
returnValue = configurationAppearanceTable_var.clear()
"configurationAppearanceTable_var" is a variable referencing a ConfigurationAppearanceTable object.

#include <Fusion/Configurations/ConfigurationAppearanceTable.h>

returnValue = configurationAppearanceTable_var->clear();

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version March 2024