API Documentation > Miscellaneous > Object ProMfgprocitem > Function ProMfgprocitemCreate
Function ProMfgprocitemCreate
Description
Creates a new item in the manufacturing process table.
Licensing Requirement
Synopsis
ProMfgprocitemCreate
(
ProMfg model
/* (In)
The manfacturing model.
*/
/* (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.
*/
/* (Out)
The created manufacturing item.
*/
ProErrorlist* errors
/* (Out)
Errors encountered during the item creation.
*/
)
Returns
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().
User Guide References
Was this helpful?