Object ProTable

Function ProTableCellNoteGet


Description
Returns the note identifier for a specified cell of the table.
Synopsis
#include <ProTable.h>
ProErrorProTableCellNoteGet(
ProTable* table
/* (In)
the reference to the table.
*/
int column
/* (In)
The column index. Column indices start at 1.
*/
int row
/* (In)
The row index. Row indices start at 1.
*/
int* id
/* (Out)
The id of note for the specified cell.
*/
)
Returns
PRO_TK_NO_ERRORThe note identifier for the specified cell.
PRO_TK_EMPTYThe cell is empty.
PRO_TK_GENERAL_ERRORAnother error occurred and the function failed.

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: Modifying MBD or Drawing Tables
  4. Model-Based Definition and Drawing Tables: Modifying MBD or Drawing Tables
  5. Model-Based Definition and Drawing Tables: Reading MBD or DrawingTables