Category Drawings and detail, Object ProDwgtable

Function ProDwgtableDelete


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. Drawings: Modifying Drawing Tables

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )