Object ProTable

Function ProTableCreate


Description
Creates a table. The function creates the table on the current sheet or active combination state.
Synopsis
#include <ProTable.h>
ProErrorProTableCreate(
ProMdl mdl
/* (In)
The Model
*/
ProTableData table_data
/* (In)
The table data
*/
int display
/* (In)
Boolean flag that specifies whether or not the table is to be displayed after creation. If display==FALSE, then the table is not displayed.
*/
ProTable* table
/* (Out)
the table
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORFailure

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Model-based Definition Tables
  2. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
  3. Model-Based Definition and Drawing Tables: Creating MBD and Drawing Tables
  4. Model-Based Definition and Drawing Tables: Creating MBD and Drawing Tables