ConfigurationJointSnap.id Property

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

Description

Gets the unique ID that identifies this snap. The ID remains constant for this snap as long as the snap exists. This is different than the name, which the user can change.

Syntax

"configurationJointSnap_var" is a variable referencing a ConfigurationJointSnap object.
# Get the value of the property.
propertyValue = configurationJointSnap_var.id
"configurationJointSnap_var" Is a variable referencing a ConfigurationJointSnap Object.
#include <Fusion/Configurations/ConfigurationJointSnap.h>

// Get the value of the property.
string propertyValue = configurationJointSnap_var->id();
"configurationJointSnap_var" Is a variable referencing a ConfigurationJointSnap Object.
// Get the value of the property.
propertyValue = configurationJointSnap_var.id;

Property Value

This is a read only property whose value is a string.

Version

Introduced in version September 2026