ConfigurationMaterialTable.getCell Method

Parent Object: ConfigurationMaterialTable

PreviewThis functionality is provided as a preview of intended future API capabilities. You are encouraged to use it and report any problems or suggestions using the Fusion API and Scripts forum.

Because this is a preview of future functionality, there is the possibility that it will change, which will possibly break any existing programs that use this functionality. Because of that, you should never deliver any programs that use any preview capabilities. For a distributed program, you should wait until it has moved from preview to released state.


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

Description

Returns the cell at the specified row and column.

Syntax

"configurationMaterialTable_var" is a variable referencing a ConfigurationMaterialTable object.
returnValue = configurationMaterialTable_var.getCell(column, row)
"configurationMaterialTable_var" is a variable referencing a ConfigurationMaterialTable object.

#include <Fusion/Configurations/ConfigurationMaterialTable.h>

returnValue = configurationMaterialTable_var->getCell(column, row);

Parameters

Name Type Description
column uinteger The index of the column the cell is in. An index of 0 is the first column and does not include the name column.
row uinteger The index of the row the cell is in. An index of 0 is the first row and does not include the header row.

Version

Introduced in version January 2024