| Description |
| Writes the CSV file containing the contents of the manufacturing process table. |
| Licensing Requirement |
|
TOOLKIT for Advanced NC
|
| Synopsis |
| #include <ProMfgproctable.h> |
| ProError | ProMfgProctableWrite | ( |
| ProMfg mfg | |
| /*
(In) |
| The manufacturing model. |
| */ |
| ProMfgproctableType table_type | |
| /*
(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 |
|
|