MotionLink.deleteMe Method

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

Description

Deletes this MotionLink.

Syntax

"motionLink_var" is a variable referencing a MotionLink object.
returnValue = motionLink_var.deleteMe()
"motionLink_var" is a variable referencing a MotionLink object.

#include <Fusion/Components/MotionLink.h>

returnValue = motionLink_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete is successful.

Version

Introduced in version November 2025