Category Drawings and detail, Object ProDrawing

Function ProDrawingTableCreate


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableCreate
Description
Creates a table in an existing drawing. The function creates the table on the current sheet.
Replacement in Object TOOLKIT: pfcTableOwner::CreateTable
Synopsis
#include <ProDwgtable.h>
ProErrorProDrawingTableCreate(
ProDrawing drawing
/* (In)
The drawing
*/
ProDwgtabledata table_data
/* (In)
The table data
*/
int display
/* (In)
Boolean flag that specifies whether or not the table is to be displayed after creation. If display==TRUE, then the table is displayed (behavior as in releases prior to Release 20). If display==FALSE, then the table is not displayed.
*/
ProDwgtable* table
/* (Out)
the table
*/
)
Returns
PRO_TK_NO_ERRORSuccess
PRO_TK_GENERAL_ERRORFailure

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
  3. Model-Based Definition and Drawing Tables: Creating MBD and Drawing Tables

Sample Code References:

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