PolygonConstraint.deleteMe Method

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

Description

Deletes this constraint. The IsDeletable property can be used to determine if this constraint can be deleted.

Syntax

"polygonConstraint_var" is a variable referencing a PolygonConstraint object.
returnValue = polygonConstraint_var.deleteMe()
"polygonConstraint_var" is a variable referencing a PolygonConstraint object.

#include <Fusion/Sketch/PolygonConstraint.h>

returnValue = polygonConstraint_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version March 2016