Documentación de la API > Manufacturing > Object ProMfg > Function ProMfgProctableSynchronize
Function ProMfgProctableSynchronize
Description
Synchronizes the manufacturing process table with the contents of the input CSV file.
Licensing Requirement
Synopsis
ProMfgProctableSynchronize
(
ProMfg mfg
/* (In)
The manufacturing model.
*/
ProPath input_file
/* (In)
The full path and name of the input file.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The process table is not initialized, see ProMfgProctableEnable().
The input file does not have the correct format.
Could not find or open the input file.
User Guide References
¿Fue esto útil?