Category Drawings and detail, Object ProDwgtable

Function ProDwgtableColumnsCount


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableRowsColumnsCount
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. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
  2. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables
  3. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables

Sample Code References:

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