Category Drawings and detail, Object ProDwgtable

Function ProDwgtableErase


Description
Erases the table.
Replacement in Object TOOLKIT: pfcTable::Erase
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableErase(
ProDwgtable* table
/* (In)
The table to erase.
*/
)
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. Drawings: Modifying Drawing Tables
  2. Drawings: Modifying Drawing Tables