Object ProMfgproctable

Function ProMfgproctableSelecteditemsSet


Description
Sets the currently selected items in the process table.
Licensing Requirement
TOOLKIT for Advanced NC
Synopsis
#include <ProMfgproctable.h>
ProErrorProMfgproctableSelecteditemsSet(
ProMfgproctableType table_type
/* (In)
The type of table to set selected item.
*/
ProMfgprocItem* items
/* (In)
ProArray of items to select. Can be NULL to unselect all items.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTThe manufacturing process table UI is not currently active.

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 )