SketchDistanceBetweenPointAndSurfaceDimension.isDeletable Property

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

Description

Indicates if this dimension is deletable.

Syntax

"sketchDistanceBetweenPointAndSurfaceDimension_var" is a variable referencing a SketchDistanceBetweenPointAndSurfaceDimension object.

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

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

Property Value

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

Version

Introduced in version September 2023