Category
Drawings and detail
, Object
ProDwgtable
Function ProDwgtableRowsCount
Description
Counts the table columns.
Replacement in Object TOOLKIT:
pfcTable::GetRowCount
Synopsis
#include <
ProDwgtable.h
>
ProError
ProDwgtableRowsCount
(
ProDwgtable
*
table
/* (In)
The table
*/
int*
n_rows
/* (Out)
rows count
*/
)
Returns
PRO_TK_NO_ERROR
Success .
PRO_TK_NOT_EXIST
The specified table or drawing does not exist.
Manual References:
Drawings: Reading Drawing Tables
Drawings: Reading Drawing Tables
Sample Code References:
pt_examples ( TestDrawTbl.c )
pt_examples ( TestDrwInfo.c )
pt_userguide ( UgTableColorChange.c )