Share

ConfigurationJointSnapColumn.snaps Property

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

Description

Provides access to any joint snaps that have been defined for this column. Using the returned collection you can define new joint snaps. Use the cell to specify which of the defined snaps is used for a specific row.

Syntax

"configurationJointSnapColumn_var" is a variable referencing a ConfigurationJointSnapColumn object.

# Get the value of the property.
propertyValue = configurationJointSnapColumn_var.snaps

Property Value

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

Version

Introduced in version September 2024

Was this information helpful?