ConfigurationPlasticRuleColumn.deleteMe Method

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

"configurationPlasticRuleColumn_var" is a variable referencing a ConfigurationPlasticRuleColumn object.
returnValue = configurationPlasticRuleColumn_var.deleteMe()
"configurationPlasticRuleColumn_var" is a variable referencing a ConfigurationPlasticRuleColumn object.

#include <Fusion/Configurations/ConfigurationPlasticRuleColumn.h>

returnValue = configurationPlasticRuleColumn_var->deleteMe();

Return Value

Type Description
boolean Returns true if the deletion was successful.

Version

Introduced in version March 2024