Share

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()

Return Value

Type Description
boolean Returns true is the delete was successful.

Version

Introduced in version August 2014

Was this information helpful?