ConfigurationJointSnap.name Property
Parent Object:
ConfigurationJointSnapDefined 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
|
"configurationJointSnap_var" is a variable referencing a ConfigurationJointSnap object.
#include <Fusion/Configurations/ConfigurationJointSnap.h>
// Get the value of the property. string propertyValue = configurationJointSnap_var->name();
// Set the value of the property, where value_var is a string. bool returnValue = configurationJointSnap_var->name(value_var);
|
Property Value
This is a read/write property whose value is a string.
Version
Introduced in version September 2024