SketchLine.deleteMe Method

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

Description

Deletes the entity from the sketch.

Syntax

"sketchLine_var" is a variable referencing a SketchLine object.
returnValue = sketchLine_var.deleteMe()
"sketchLine_var" is a variable referencing a SketchLine object.

#include <Fusion/Sketch/SketchLine.h>

returnValue = sketchLine_var->deleteMe();

Return Value

Type Description
boolean Returns true is the delete was successful.

Version

Introduced in version August 2014