VerticalConstraint.isDeletable Property
Parent Object:
VerticalConstraintDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/VerticalConstraint.h>
Description
Indicates if this constraint is deletable.
Syntax
"verticalConstraint_var" is a variable referencing a VerticalConstraint object.
# Get the value of the property. propertyValue = verticalConstraint_var.isDeletable
|
"verticalConstraint_var" is a variable referencing a VerticalConstraint object.
#include <Fusion/Sketch/VerticalConstraint.h>
// Get the value of the property. boolean propertyValue = verticalConstraint_var->isDeletable();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version August 2014