|
Teamcenter C++ API Reference
2312
|
#include <Att0ParametersManagment.hxx>
Public Attributes | |
| std::map< std::string, std::string > | cell_values |
| int | index |
Structure of table cell data.
Definition at line 260 of file Att0ParametersManagment.hxx.
| std::map<std::string, std::string> ATT0_table_cell_s::cell_values |
The map (string/string) represents the cell data. The valid keys are "goal", "min", "max", "deviation", and "value"
Definition at line 263 of file Att0ParametersManagment.hxx.
| int ATT0_table_cell_s::index |
The column index in the table
Definition at line 262 of file Att0ParametersManagment.hxx.