SketchFittedSpline.deleteMe Method

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

Description

Deletes the entity from the sketch.

Syntax

"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.
returnValue = sketchFittedSpline_var.deleteMe()
"sketchFittedSpline_var" is a variable referencing a SketchFittedSpline object.

#include <Fusion/Sketch/SketchFittedSpline.h>

returnValue = sketchFittedSpline_var->deleteMe();

Return Value

Type Description
boolean Returns true is the delete was successful.

Version

Introduced in version August 2014