Share

SketchEllipse.deleteMe Method

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

Description

Deletes the entity from the sketch.

Syntax

"sketchEllipse_var" is a variable referencing a SketchEllipse object.
returnValue = sketchEllipse_var.deleteMe()

Return Value

Type Description
boolean Returns true is the delete was successful.

Version

Introduced in version August 2014

Was this information helpful?