Category Drawings and detail, Object ProDwgtable

Function ProDwgtableColumnsCount


Description
Counts the table columns.
Replacement in Object TOOLKIT: pfcTable::GetColumnCount
Synopsis
#include <ProDwgtable.h>
ProErrorProDwgtableColumnsCount(
ProDwgtable* table
/* (In)
The table
*/
int* n_columns
/* (Out)
columns 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 )