CoincidentConstraint.deleteMe Method

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

Description

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

Syntax

"coincidentConstraint_var" is a variable referencing a CoincidentConstraint object.
returnValue = coincidentConstraint_var.deleteMe()
"coincidentConstraint_var" is a variable referencing a CoincidentConstraint object.

#include <Fusion/Sketch/CoincidentConstraint.h>

returnValue = coincidentConstraint_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2014