Attribute.deleteMe Method

Parent Object: Attribute
Defined in namespace "adsk::core" and the header file is <Core/Application/Attribute.h>

Description

Deletes this attribute.

Syntax

"attribute_var" is a variable referencing an Attribute object.
returnValue = attribute_var.deleteMe()
"attribute_var" is a variable referencing an Attribute object.

#include <Core/Application/Attribute.h>

returnValue = attribute_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version May 2016