ConfigurationJointSnapColumn.deleteMe Method

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

"configurationJointSnapColumn_var" is a variable referencing a ConfigurationJointSnapColumn object.
returnValue = configurationJointSnapColumn_var.deleteMe()
"configurationJointSnapColumn_var" is a variable referencing a ConfigurationJointSnapColumn object.

#include <Fusion/Configurations/ConfigurationJointSnapColumn.h>

returnValue = configurationJointSnapColumn_var->deleteMe();

Return Value

Type Description
boolean Returns true if the deletion was successful.

Version

Introduced in version September 2024