ConstructionPoint.deleteMe Method

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

Description

Deletes the construction point.

Syntax

"constructionPoint_var" is a variable referencing a ConstructionPoint object.
returnValue = constructionPoint_var.deleteMe()
"constructionPoint_var" is a variable referencing a ConstructionPoint object.

#include <Fusion/Construction/ConstructionPoint.h>

returnValue = constructionPoint_var->deleteMe();

Return Value

Type Description
boolean Returns a bool indicating if the delete was successful or not.

Version

Introduced in version August 2014