Category
Drawings and detail
, Object
ProDwgtable
Function ProDwgtableErase
Description
Erases the table.
Replacement in Object TOOLKIT:
pfcTable::Erase
Synopsis
#include <
ProDwgtable.h
>
ProError
ProDwgtableErase
(
ProDwgtable
*
table
/* (In)
The table to erase.
*/
)
Returns
PRO_TK_NO_ERROR
The table was deleted.
PRO_TK_BAD_INPUTS
The specified table was NULL.
PRO_TK_GENERAL_ERROR
The function failed.
Manual References:
Drawings: Modifying Drawing Tables
Drawings: Modifying Drawing Tables