CustomGraphicsEntity.deleteMe Method

Parent Object: CustomGraphicsEntity
Defined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsEntity.h>

Description

Deletes the entity from the custom graphics group.

Syntax

"customGraphicsEntity_var" is a variable referencing a CustomGraphicsEntity object.
returnValue = customGraphicsEntity_var.deleteMe()
"customGraphicsEntity_var" is a variable referencing a CustomGraphicsEntity object.

#include <Fusion/Graphics/CustomGraphicsEntity.h>

returnValue = customGraphicsEntity_var->deleteMe();

Return Value

Type Description
boolean Returns true if the deletion was successful.

Version

Introduced in version September 2017