Category Drawings and detail, Object ProDwgtable

Function ProDwgtableRowsCount


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProTableRowsColumnsCount
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. 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 )