Appearance.deleteMe Method

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

Description

Deletes the Appearance from the Design. This method is only valid for appearances that are in a Design and are unused.

Syntax

"appearance_var" is a variable referencing an Appearance object.
returnValue = appearance_var.deleteMe()
"appearance_var" is a variable referencing an Appearance object.

#include <Core/Materials/Appearance.h>

returnValue = appearance_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2014