Category Drawings and detail, Object ProDwgtable

Function ProDwgtableDisplay


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableDisplay
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. 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: Creating MBD and Drawing Tables

Sample Code References:

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