| Description |
| Reorders steps within the process table. This could also result in moving a step into a different operation, depending on the position indicated. |
| Licensing Requirement |
|
TOOLKIT for Advanced NC
|
| Synopsis |
| #include <ProMfgproctable.h> |
| ProError | ProMfgprocitemReorder | ( |
| ProMfgprocItem* items | |
| /*
(In) |
| ProArray of steps to be reordered. |
| */ |
| ProMfgprocItem* item_before | |
| /*
(In) |
| The item which should be just before the first reordered item. To move the steps to the top of an operation, pass the operation. |
| */ |
| ) |
| Returns |
|
|