PerpendicularConstraint.isDeletable Property

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

Description

Indicates if this constraint is deletable.

Syntax

"perpendicularConstraint_var" is a variable referencing a PerpendicularConstraint object.

# Get the value of the property.
propertyValue = perpendicularConstraint_var.isDeletable
"perpendicularConstraint_var" is a variable referencing a PerpendicularConstraint object.
#include <Fusion/Sketch/PerpendicularConstraint.h>

// Get the value of the property.
boolean propertyValue = perpendicularConstraint_var->isDeletable();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version August 2014