Category Drawings and detail, Object ProDwgtable

Function ProDwgtableRowDelete


Description
Delete the specified row from the table.
Replacement in Object TOOLKIT: pfcTable::DeleteRow
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableRowDelete(
ProDwgtable* table
/* (In)
the table;
*/
int row
/* (In)
the row index. Row indices start at 1.
*/
int display
/* (In)
Flag that specifies whether or not the table is to be displayed after creation.
*/
)
Returns
PRO_TK_NO_ERRORSuccess;
PRO_TK_GENERAL_ERRORFailure.

Manual References:

  1. Drawings: Modifying Drawing Tables
  2. Drawings: Modifying Drawing Tables

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )