Share

CustomGraphicsText.deleteMe Method

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

Description

Deletes the entity from the custom graphics group.

Syntax

"customGraphicsText_var" is a variable referencing a CustomGraphicsText object.
returnValue = customGraphicsText_var.deleteMe()

Return Value

Type Description
boolean Returns true if the deletion was successful.

Version

Introduced in version September 2017

Was this information helpful?