Object ProMfgprocitem

Function ProMfgprocitemSubtypeGet


Description
Obtains the subtype of a manufacturing process item. This could be a process step, operation, or workcell.
Licensing Requirement
TOOLKIT for Advanced NC
Synopsis
#include <ProMfgproctable.h>
ProErrorProMfgprocitemSubtypeGet(
ProMfgprocItem* item
/* (In)
The manufacturing process item.
*/
ProMfgprocitemSubtype* subtype
/* (Out)
The subtype of the item.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_CANT_ACCESSAccess to the manufacturing process table is not enabled, use ProMfgProctableEnable().

Manual References:

  1. Production Applications: NC Process Manager: Determining the Subtype of a Process Item