Category Manufacturing, Object ProMfg

Function ProMfgProctableEnable


Description
Ensures that the manufacturing process table has been initialized properly, to allow Creo Parametric TOOLKIT functions to read and modify its contents.

Note: this function needs to be called only if the process table will be modified when the Process Manager dialog is not opened; if the dialog is open the table is automatically ready for modification via Creo Parametric TOOLKIT.

Licensing Requirement
TOOLKIT for Advanced NC
Synopsis
#include <ProMfgproctable.h>
ProErrorProMfgProctableEnable(
ProMfg mfg
/* (In)
The manufacturing model.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_NO_CHANGEThe process table was already enabled.

Manual References:

  1. Production Applications: NC Process Manager: Accessing the Process Manager when the Dialog Box is not Active
  2. Production Applications: NC Process Manager: Accessing the Process Manager when the Dialog Box is not Active