CustomGraphicsCurve.deleteMe Method

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

Description

Deletes the entity from the custom graphics group.

Syntax

"customGraphicsCurve_var" is a variable referencing a CustomGraphicsCurve object.
returnValue = customGraphicsCurve_var.deleteMe()
"customGraphicsCurve_var" is a variable referencing a CustomGraphicsCurve object.

#include <Fusion/Graphics/CustomGraphicsCurve.h>

returnValue = customGraphicsCurve_var->deleteMe();

Return Value

Type Description
boolean Returns true if the deletion was successful.

Version

Introduced in version September 2017