ConfigurationJointSnapCell.parentRow Property

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

Description

Returns the row this cell is in.

Syntax

"configurationJointSnapCell_var" is a variable referencing a ConfigurationJointSnapCell object.

# Get the value of the property.
propertyValue = configurationJointSnapCell_var.parentRow
"configurationJointSnapCell_var" is a variable referencing a ConfigurationJointSnapCell object.
#include <Fusion/Configurations/ConfigurationJointSnapCell.h>

// Get the value of the property.
Ptr<ConfigurationRow> propertyValue = configurationJointSnapCell_var->parentRow();

Property Value

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

Version

Introduced in version September 2024