Category Drawings and detail, Object ProDrawing

Function ProDrawingTablesCollect


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. Drawings: Reading Drawing Tables
  2. Drawings: Reading Drawing Tables

Sample Code References:

  1. pt_examples ( TestDrwInfo.c )