Category Drawings and detail, Object ProDwgtable

Function ProDwgtableDelete


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableDelete
Description
Deletes the table specified by the table.
Replacement in Object TOOLKIT: pfcTableOwner::DeleteTable
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableDelete(
ProDwgtable* table
/* (In)
The table to delete.
*/
int display
/* (In)
Ignore this argument(Pass any integer)
*/
)
Returns
PRO_TK_NO_ERRORThe table was deleted.
PRO_TK_NOT_EXISTThe specified table_id does not exist.

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: Modifying MBD or Drawing Tables

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )