Share

ConfigurationVisibilityColumn.deleteMe Method

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

Description

Deletes this column from the table. Property columns cannot be deleted. If the table was obtained from a DataFile, this method will fail.

Syntax

"configurationVisibilityColumn_var" is a variable referencing a ConfigurationVisibilityColumn object.
returnValue = configurationVisibilityColumn_var.deleteMe()

Return Value

Type Description
boolean Returns true if the deletion was successful.

Version

Introduced in version March 2024

Was this information helpful?