Object ProMfgprocitem

Function ProMfgprocitemElemtreeGet


Description
Obtains the element tree for the manufacturing item.
Licensing Requirement
TOOLKIT for Advanced NC
Synopsis
#include <ProMfgproctable.h>
ProErrorProMfgprocitemElemtreeGet(
ProMfgprocItem* item
/* (In)
The manufacturing item.
*/
ProElement* elem_tree
/* (Out)
The element tree. Free this using ProMfgprocitemElemtreeFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_FOUNDThe item is associated to a feature. Get the tree from the associated feature instead.
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

Sample Code References:

  1. pt_mfg_proctable ( PTMfgProcTable.c )