API 설명서 > Manufacturing > Object ProMfg > Function ProMfgPecktableSet
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>
ProMfgPecktableSet
(
ProMfg mfg
/* (In)
The handle to manufacturing model
*/
/* (Out)
The handle to the peck table
*/
)
Returns
The function successfully retrieved the information.
Model is in read-only state.
The input argument is invalid.
See Also
Sample Code References
도움이 되셨나요?