SketchFixedSpline.deleteMe Method

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

Description

Deletes the entity from the sketch.

Syntax

"sketchFixedSpline_var" is a variable referencing a SketchFixedSpline object.
returnValue = sketchFixedSpline_var.deleteMe()
"sketchFixedSpline_var" is a variable referencing a SketchFixedSpline object.

#include <Fusion/Sketch/SketchFixedSpline.h>

returnValue = sketchFixedSpline_var->deleteMe();

Return Value

Type Description
boolean Returns true is the delete was successful.

Version

Introduced in version August 2014