Object ProTables

Function ProTablesCollect


Description
Collect all tables in the specified model
Synopsis
#include <ProTable.h>
ProErrorProTablesCollect(
ProMdl model
/* (In)
the model
*/
ProTable** tables
/* (Out)
the array of table. The function allocates the memory for this argument. To free the memory, call ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully collected the tables.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDNo tables were found.

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: Reading MBD or DrawingTables
  4. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables