ConfigurationRows.itemByName Method

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

Description

A method that returns the row with the specified name.

Syntax

"configurationRows_var" is a variable referencing a ConfigurationRows object.
returnValue = configurationRows_var.itemByName(name)
"configurationRows_var" is a variable referencing a ConfigurationRows object.

#include <Fusion/Configurations/ConfigurationRows.h>

returnValue = configurationRows_var->itemByName(name);

Return Value

Type Description
ConfigurationRow Returns the specified row or null if the named row does not exist.

Parameters

Name Type Description
name string The name of the row to return.

Version

Introduced in version January 2024