Share

ConfigurationJointSnap.name Property

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

Description

Gets and sets the name of the snap.

Syntax

"configurationJointSnap_var" is a variable referencing a ConfigurationJointSnap object.

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

# Set the value of the property.
configurationJointSnap_var.name = propertyValue

Property Value

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

Version

Introduced in version September 2024

Was this information helpful?