Category
Drawings and detail
, Object
ProDwgtable
Function ProDwgtableDisplay
Description
Displays the table.
Replacement in Object TOOLKIT:
pfcTable::Display
Synopsis
#include <
ProDwgtable.h
>
ProError
ProDwgtableDisplay
(
ProDwgtable
*
table
/* (In)
The table to display.
*/
)
Returns
PRO_TK_NO_ERROR
The table was deleted.
PRO_TK_BAD_INPUTS
The specified table was NULL.
PRO_TK_GENERAL_ERROR
The function failed.
Manual References:
Drawings: Creating Drawing Tables
Drawings: Creating Drawing Tables
Drawings: Modifying Drawing Tables
Sample Code References:
pt_examples ( TestDrawTbl.c )
pt_examples ( TestDrawTbl.c )
pt_userguide ( UgDwgtableExamples.c )