CustomGraphicsPointSet.deleteMe Method

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

Description

Deletes the entity from the custom graphics group.

Syntax

"customGraphicsPointSet_var" is a variable referencing a CustomGraphicsPointSet object.
returnValue = customGraphicsPointSet_var.deleteMe()
"customGraphicsPointSet_var" is a variable referencing a CustomGraphicsPointSet object.

#include <Fusion/Graphics/CustomGraphicsPointSet.h>

returnValue = customGraphicsPointSet_var->deleteMe();

Return Value

Type Description
boolean Returns true if the deletion was successful.

Version

Introduced in version September 2017