Object ProTable

Function ProTableVisit


Description
Visit tables in the specified model.
Synopsis
#include <ProTable.h>
ProErrorProTableVisit(
ProMdl model
/* (In)
model to visit
*/
ProTableVisitAction visit_action
/* (In)
visit action
*/
ProTableFilterAction filter_action
/* (In)
filter action. If NULL, all tables are visited using the action function.
*/
ProAppData data
/* (In)
ProAppData structure
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully visited the tables.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDNo tables were visited.
OtherError return supplied by the visit action which caused visiting to stop.

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