Category Selection, Object ProSelection

Function ProSelectionDwgtableGet


DEPRECATED: Creo 11.0
SUPERSEDED BY: ProSelectionTableGet
Description
For a ProSelection representing a cell of a drawing table, returns the table from which the cell was selected.
Replacement in Object TOOLKIT: wfcWSelection::GetDrawingTable
Synopsis
#include <ProSelection.h>
ProErrorProSelectionDwgtableGet(
ProSelection selection
/* (In)
ProSelection representing a cell of a drawing table.
*/
ProDwgtable * table
/* (Out)
The table from which the cell was selected.
*/
)
Returns
PRO_TK_BAD_INPUTSselection not provided, selection not a table cell, or ProDwgtable 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: Functions superseded from Creo 1.0 to Creo 11.0

Sample Code References:

  1. pt_examples ( TestDrawTbl.c )
  2. pt_examples ( TestDrawTbl.c )