SketchControlPointSpline.deleteMe Method

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

Description

Deletes the entity from the sketch.

Syntax

"sketchControlPointSpline_var" is a variable referencing a SketchControlPointSpline object.
returnValue = sketchControlPointSpline_var.deleteMe()
"sketchControlPointSpline_var" is a variable referencing a SketchControlPointSpline object.

#include <Fusion/Sketch/SketchControlPointSpline.h>

returnValue = sketchControlPointSpline_var->deleteMe();

Return Value

Type Description
boolean Returns true is the delete was successful.

Version

Introduced in version July 2022