Category Drawings and detail, Object ProDrawing

Function ProDrawingTableVisit


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableVisit
Description
Visit tables in the specified drawing.
Synopsis
#include <ProDwgtable.h>
ProErrorProDrawingTableVisit(
ProDrawing drawing
/* (In)
drawing to visit
*/
ProDwgtableVisitAction visit_action
/* (In)
visit action
*/
ProDwgtableFilterAction 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: Functions superseded from Creo 1.0 to Creo 11.0
  2. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables
  3. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables

Sample Code References:

  1. pt_examples ( TestDrwInfo.c )
  2. pt_userguide ( UgTableColorChange.c )