OffsetConstraint.isDeletable Property

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

Description

Indicates if this constraint is deletable.

Syntax

"offsetConstraint_var" is a variable referencing an OffsetConstraint object.

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

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

Property Value

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

Version

Introduced in version March 2016