Object ProMfgprocitem

Function ProMfgprocitemPropertyGet


Description
Obtains the value of a special property for the manufacturing process manager step or operation.
Licensing Requirement
TOOLKIT for Advanced NC
Synopsis
#include <ProMfgproctable.h>
ProErrorProMfgprocitemPropertyGet(
ProMfgprocItem* item
/* (In)
The manufacturing step or operation.
*/
ProMfgprocitemPropertyType property_type
/* (In)
The property type.
*/
ProParamvalue* property
/* (Out)
The property value.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThis property is not set on the given item.
PRO_TK_CANT_ACCESSAccess to the manufacturing process table is not enabled, use ProMfgProctableEnable().

Manual References:

  1. Production Applications: NC Process Manager: Special Parameters
  2. Production Applications: NC Process Manager: Special Parameters