ConfigurationJointSnapCell.parentColumn Property
Parent Object:
ConfigurationJointSnapCellDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationJointSnapCell.h>
Description
Returns the column this cell is in.
Syntax
"configurationJointSnapCell_var" is a variable referencing a ConfigurationJointSnapCell object.
# Get the value of the property. propertyValue = configurationJointSnapCell_var.parentColumn
|
"configurationJointSnapCell_var" is a variable referencing a ConfigurationJointSnapCell object.
#include <Fusion/Configurations/ConfigurationJointSnapCell.h>
// Get the value of the property. Ptr<ConfigurationJointSnapColumn> propertyValue = configurationJointSnapCell_var->parentColumn();
|
Property Value
This is a read only property whose value is a
ConfigurationJointSnapColumn.
Version
Introduced in version September 2024