Object ProTable

Function ProTableRowsColumnsCount


Description
Counts the table rows and columns.
Synopsis
#include <ProTable.h>
ProErrorProTableRowsColumnsCount(
ProTable* table
/* (In)
The table
*/
int* n_rows
/* (Out)
rows count.
*/
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: Model-based Definition Tables
  2. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
  3. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables
  4. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables