ConfigurationRows.count Property

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

Description

Returns the number of rows in the table where the header row is not included.

Syntax

"configurationRows_var" is a variable referencing a ConfigurationRows object.

# Get the value of the property.
propertyValue = configurationRows_var.count
"configurationRows_var" is a variable referencing a ConfigurationRows object.
#include <Fusion/Configurations/ConfigurationRows.h>

// Get the value of the property.
uinteger propertyValue = configurationRows_var->count();

Property Value

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

Version

Introduced in version January 2024