Category Drawings and detail, Object ProDwgtable

Function ProDwgtableInfoGet


Description
Retrieves information about the specified drawing table.
Replacement in Object TOOLKIT: pfcTable::GetInfo
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableInfoGet(
ProDwgtable* table
/* (In)
The table
*/
int segment
/* (In)
The segment identifier
*/
ProDwgtableInfo* table_info
/* (Out)
The drawing table information
*/
)
Returns
PRO_TK_NO_ERRORThe function executed successfully.
PRO_TK_GENERAL_ERRORThe specified drawing or table was not found.
PRO_TK_BAD_INPUTSOne of more of the input arguments are invalid.

Manual References:

  1. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables
  2. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )