Gets and sets the name of the snap.
# Get the value of the property.propertyValue = configurationJointSnap_var.name# Set the value of the property.configurationJointSnap_var.name = propertyValue
#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);