CollinearConstraint.deleteMe Method

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

Description

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

Syntax

"collinearConstraint_var" is a variable referencing a CollinearConstraint object.
returnValue = collinearConstraint_var.deleteMe()
"collinearConstraint_var" is a variable referencing a CollinearConstraint object.

#include <Fusion/Sketch/CollinearConstraint.h>

returnValue = collinearConstraint_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2014