Category Selection, Object ProSelection

Function ProSelectionTableGet


Description
For a ProSelection representing a cell of a table, returns the table from which the cell was selected.
Synopsis
#include <ProTable.h>
ProErrorProSelectionTableGet(
ProSelection selection
/* (In)
ProSelection representing a cell of a table.
*/
ProTable* table
/* (Out)
The table from which the cell was selected.
*/
)
Returns
PRO_TK_BAD_INPUTSselection not provided, selection not a table cell, or ProTable for output not provided.
PRO_TK_NO_ERRORSuccessfully found table corresponding to the table cell.

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