| Description |
| Creates a new item in the manufacturing process table. |
| Licensing Requirement |
|
TOOLKIT for Advanced NC
|
| Synopsis |
| #include <ProMfgproctable.h> |
| ProError | ProMfgprocitemCreate | ( |
| ProMfg model | |
| /*
(In) |
| The manfacturing model. |
| */ |
| ProMfgproctableType table_type | |
| /*
(In) |
| The type of table to create new item. |
| */ |
| ProElement elem_tree | |
| /*
(In) |
| The element tree for the new manfacturing item. |
| */ |
| ProMfgprocItem* predecessor | |
| /*
(In) |
| Step or operation that should be immediately before the new item in the table. To place an item at the top of the table, pass NULL. To create a workcell, pass NULL. |
| */ |
| ProMfgprocItem* item | |
| /*
(Out) |
| The created manufacturing item. |
| */ |
| ProErrorlist* errors | |
| /*
(Out) |
| Errors encountered during the item creation. |
| */ |
| ) |
| Returns |
|
|