ConfigurationSheetMetalRuleColumns.itemById Method
Parent Object:
ConfigurationSheetMetalRuleColumnsDefined in namespace "adsk::fusion" and the header file is <Fusion/Configurations/ConfigurationSheetMetalRuleColumns.h>
Description
A method that returns the column with the specified ID.
Syntax
"configurationSheetMetalRuleColumns_var" is a variable referencing a ConfigurationSheetMetalRuleColumns object.returnValue = configurationSheetMetalRuleColumns_var.itemById(id)
|
"configurationSheetMetalRuleColumns_var" is a variable referencing a ConfigurationSheetMetalRuleColumns object.
#include <Fusion/Configurations/ConfigurationSheetMetalRuleColumns.h>
returnValue = configurationSheetMetalRuleColumns_var->itemById(id);
|
Return Value
Parameters
id |
string |
The id of the column to return. |
Version
Introduced in version January 2024