|
Teamcenter C++ API Reference
2312
|
#include <Att0ParametersManagment.hxx>
Public Attributes | |
| std::vector < ATT0_table_header_data_t > | column_headers |
| std::vector< std::string > | free_text |
| std::vector < ATT0_table_header_data_t > | row_headers |
| std::vector< ATT0_table_row_t > | rows |
| std::string | table_column_title |
| std::string | table_row_title |
Structure of column or row header in the table.
Definition at line 290 of file Att0ParametersManagment.hxx.
| std::vector<ATT0_table_header_data_t> ATT0_complex_data_s::column_headers |
A list of column headers to update in the table
Definition at line 292 of file Att0ParametersManagment.hxx.
| std::vector<std::string> ATT0_complex_data_s::free_text |
A list of free texts to update in the table
Definition at line 297 of file Att0ParametersManagment.hxx.
| std::vector<ATT0_table_header_data_t> ATT0_complex_data_s::row_headers |
A list of row headers to update in the table
Definition at line 293 of file Att0ParametersManagment.hxx.
| std::vector<ATT0_table_row_t> ATT0_complex_data_s::rows |
The list of rows to update in the goal table
Definition at line 294 of file Att0ParametersManagment.hxx.
| std::string ATT0_complex_data_s::table_column_title |
The table column title
Definition at line 296 of file Att0ParametersManagment.hxx.
| std::string ATT0_complex_data_s::table_row_title |
The table row title
Definition at line 295 of file Att0ParametersManagment.hxx.