ConfigurationInsertColumn.deleteMe Method

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

"configurationInsertColumn_var" is a variable referencing a ConfigurationInsertColumn object.
returnValue = configurationInsertColumn_var.deleteMe()
"configurationInsertColumn_var" is a variable referencing a ConfigurationInsertColumn object.

#include <Fusion/Configurations/ConfigurationInsertColumn.h>

returnValue = configurationInsertColumn_var->deleteMe();

Return Value

Type Description
boolean Returns true if the deletion was successful.

Version

Introduced in version March 2024