ConfigurationColumn.rowCount Property

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

Description

Returns the number of rows in this column.

Syntax

"configurationColumn_var" is a variable referencing a ConfigurationColumn object.

# Get the value of the property.
propertyValue = configurationColumn_var.rowCount
"configurationColumn_var" is a variable referencing a ConfigurationColumn object.
#include <Fusion/Configurations/ConfigurationColumn.h>

// Get the value of the property.
uinteger propertyValue = configurationColumn_var->rowCount();

Property Value

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

Version

Introduced in version March 2024