ConfigurationRows.itemById 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 ID.

Syntax

"configurationRows_var" is a variable referencing a ConfigurationRows object.
returnValue = configurationRows_var.itemById(id)
"configurationRows_var" is a variable referencing a ConfigurationRows object.

#include <Fusion/Configurations/ConfigurationRows.h>

returnValue = configurationRows_var->itemById(id);

Return Value

Type Description
ConfigurationRow Returns the specified row or null if a row with the specified ID does not exist.

Parameters

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

Version

Introduced in version January 2024