Object ProMfgproctable

Function ProMfgproctableSelecteditemsGet


Description
Returns the currently selected items in the manufacturing process table UI.
Licensing Requirement
TOOLKIT for Advanced NC
Synopsis
#include <ProMfgproctable.h>
ProErrorProMfgproctableSelecteditemsGet(
ProMfgproctableType table_type
/* (Out)
The type of table to get selected item.
*/
ProMfgprocItem** items
/* (Out)
ProArray of selected items. Free this output using ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDNo selected items were found.
PRO_TK_BAD_CONTEXTThe manufacturing process table UI is not currently open.

Manual References:

  1. Production Applications: NC Process Manager: Accessing the Process Manager User Interface
  2. Production Applications: NC Process Manager: Accessing the Process Manager User Interface

Sample Code References:

  1. pt_mfg_proctable ( PTMfgProcTable.c )