Object ProMfgprocitem

Function ProMfgprocitemPreviousitemGet


Description
Obtains the item listed just before this item in the process manager table. Applicable only to items taken from the PRO_MFGPROCTABLE_PROCESS table.
Licensing Requirement
TOOLKIT for Advanced NC
Synopsis
#include <ProMfgproctable.h>
ProErrorProMfgprocitemPreviousitemGet(
ProMfgprocItem* item
/* (In)
The process manager item.
*/
ProMfgprocItem* previous_item
/* (Out)
The previous item.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe item is the first item in the table.
PRO_TK_CANT_ACCESSAccess to the manufacturing process table is not enabled, use ProMfgProctableEnable().

Manual References:

  1. Production Applications: NC Process Manager: Accessing the Properties of Manufacturing Process Items
  2. Production Applications: NC Process Manager: Accessing the Properties of Manufacturing Process Items