Category Drawings and detail, Object ProDwgtable

Function ProDwgtableRowsCount


Description
Counts the table columns.
Replacement in Object TOOLKIT: pfcTable::GetRowCount
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableRowsCount(
ProDwgtable* table
/* (In)
The table
*/
int* n_rows
/* (Out)
rows count
*/
)
Returns
PRO_TK_NO_ERRORSuccess .
PRO_TK_NOT_EXISTThe specified table or drawing does not exist.

Manual References:

  1. Drawings: Reading Drawing Tables
  2. Drawings: Reading Drawing Tables

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )
  2. pt_examples ( TestDrwInfo.c )
  3. pt_userguide ( UgTableColorChange.c )