Category Drawings and detail, Object ProDwgtable

Function ProDwgtableDisplay


Description
Displays the table.
Replacement in Object TOOLKIT: pfcTable::Display
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableDisplay(
ProDwgtable* table
/* (In)
The table to display.
*/
)
Returns
PRO_TK_NO_ERRORThe table was deleted.
PRO_TK_BAD_INPUTSThe specified table was NULL.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Drawings: Creating Drawing Tables
  2. Drawings: Creating Drawing Tables
  3. Drawings: Modifying Drawing Tables

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )
  2. pt_examples ( TestDrawTbl.c )
  3. pt_userguide ( UgDwgtableExamples.c )