Share

SketchDimension.deleteMe Method

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

Description

Deletes this dimension. The IsDeletable property indicates if this dimension can be deleted.

Syntax

"sketchDimension_var" is a variable referencing a SketchDimension object.
returnValue = sketchDimension_var.deleteMe()

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2014

Was this information helpful?