SymmetryConstraint.deleteMe Method

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

Description

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

Syntax

"symmetryConstraint_var" is a variable referencing a SymmetryConstraint object.
returnValue = symmetryConstraint_var.deleteMe()
"symmetryConstraint_var" is a variable referencing a SymmetryConstraint object.

#include <Fusion/Sketch/SymmetryConstraint.h>

returnValue = symmetryConstraint_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2014