Object
ProTable
Function ProTableRowsColumnsCount
Description
Counts the table rows and columns.
Synopsis
#include <
ProTable.h
>
ProError
ProTableRowsColumnsCount
(
ProTable
*
table
/* (In)
The table
*/
int*
n_rows
/* (Out)
rows count.
*/
int*
n_columns
/* (Out)
columns count
*/
)
Returns
PRO_TK_NO_ERROR
Success .
PRO_TK_NOT_EXIST
The specified table or drawing does not exist.
Manual References:
Technical Summary of Changes for Creo 11.0.0.0: Model-based Definition Tables
Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables
Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables