Category Manufacturing, Object ProMfg

Function ProMfgPecktableSet


Description
Sets or replaces the peck table in the specified manufacturing model.

NOTE:

This function does not free the peck table. To free the table, call the function ProPecktableFree().

Synopsis
#include <ProMfg.h>
ProErrorProMfgPecktableSet(
ProMfg mfg
/* (In)
The handle to manufacturing model
*/
ProConstPecktable peck_table
/* (Out)
The handle to the peck table
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe input argument is invalid.
See Also
ProPecktableFree

Sample Code References:

  1. pt_examples ( UtilMfgNew.c )