SketchTangentDistanceDimension.isDeletable Property

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

Description

Indicates if this dimension is deletable.

Syntax

"sketchTangentDistanceDimension_var" is a variable referencing a SketchTangentDistanceDimension object.

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

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

Property Value

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

Version

Introduced in version July 2022