SketchDistanceBetweenPointAndSurfaceDimension.deleteMe Method

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

Description

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

Syntax

"sketchDistanceBetweenPointAndSurfaceDimension_var" is a variable referencing a SketchDistanceBetweenPointAndSurfaceDimension object.
returnValue = sketchDistanceBetweenPointAndSurfaceDimension_var.deleteMe()
"sketchDistanceBetweenPointAndSurfaceDimension_var" is a variable referencing a SketchDistanceBetweenPointAndSurfaceDimension object.

#include <Fusion/Sketch/SketchDistanceBetweenPointAndSurfaceDimension.h>

returnValue = sketchDistanceBetweenPointAndSurfaceDimension_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version September 2023