ConfigurationRows.itemById Method
Parent Object:
ConfigurationRowsDefined 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
ConfigurationRow |
Returns the specified row or null if a row with the specified ID does not exist. |
Parameters
id |
string |
The id of the row to return. |
Version
Introduced in version January 2024