Category Drawings and detail, Object ProDrawing

Function ProDrawingTablesCollect


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTablesCollect
Description
collect all tables in the specified drawing
Replacement in Object TOOLKIT: pfcTableOwner::ListTables
Synopsis
#include <ProDwgtable.h>
ProErrorProDrawingTablesCollect(
ProDrawing drawing
/* (In)
the drawing
*/
ProDwgtable** 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: 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 )