

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. */ ) |

The function succeeded. | |
One or more input arguments was invalid. | |
The item creation failed. See the errors output for details of the possible problems. | |
Access to the manufacturing process table is not enabled, use ProMfgProctableEnable(). |

