Documentação da API > Manufacturing > Object ProMfg > Function ProMfgProctableWrite
Function ProMfgProctableWrite
Description
Writes the CSV file containing the contents of the manufacturing process table.
Licensing Requirement
Synopsis
ProMfgProctableWrite
(
ProMfg mfg
/* (In)
The manufacturing model.
*/
/* (In)
The type of table to output.
*/
ProLine view_name
/* (In)
The view name in the setup file; pass NULL to use the current view.
*/
ProPath output_file
/* (In)
The full path and name of the output file.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The process table is not initialized, see ProMfgProctableEnable().
Could not write the output file to the designated file name or path.
User Guide References
Isto foi útil?