SketchRadialDimension.isDeletable Property

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

Description

Indicates if this dimension is deletable.

Syntax

"sketchRadialDimension_var" is a variable referencing a SketchRadialDimension object.

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

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

Property Value

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

Version

Introduced in version August 2014