MotionLink.name Property

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

Description

Gets and sets the name of the MotionLink.

Syntax

"motionLink_var" is a variable referencing a MotionLink object.

# Get the value of the property.
propertyValue = motionLink_var.name

# Set the value of the property.
motionLink_var.name = propertyValue
"motionLink_var" is a variable referencing a MotionLink object.
#include <Fusion/Components/MotionLink.h>

// Get the value of the property.
string propertyValue = motionLink_var->name();

// Set the value of the property, where value_var is a string.
bool returnValue = motionLink_var->name(value_var);

Property Value

This is a read/write property whose value is a string.

Version

Introduced in version November 2025