Object ProTable

Callback ProTableVisitAction


Description
The action function called for each drawing table entity during the call to ProTableVisit().
Synopsis
#include <ProTable.h>
ProError(*ProTableVisitAction)(
ProTable* table
/* (In)
Table to be visited
*/
ProError filter_status
/* (In)
Return value from filter action function
*/
ProAppData data
/* (In)
Application data passed to function ProTableVisit().
*/
)
Returns
PRO_TK_NO_ERRORContinue visiting drawing tables.
OtherStop visiting tables.

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