AsBuiltJoint.deleteMe Method

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

Description

Deletes this as-built joint.

Syntax

"asBuiltJoint_var" is a variable referencing an AsBuiltJoint object.
returnValue = asBuiltJoint_var.deleteMe()
"asBuiltJoint_var" is a variable referencing an AsBuiltJoint object.

#include <Fusion/Components/AsBuiltJoint.h>

returnValue = asBuiltJoint_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version September 2015