ConfigurationSheetMetalRuleColumns.itemById Method

Parent Object: ConfigurationSheetMetalRuleColumns
Defined 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

Type Description
ConfigurationSheetMetalRuleColumn Returns the specified column or null if a column with the specified ID does not exist.

Parameters

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

Version

Introduced in version January 2024