

ProMfgprocitemFromTemplateCreate | |
( ProMfg mfg /* (In) The manufacturing model. */ ProMfgproctableType table_type /* (In) The type of table to create new item. */ ProPath template_file /* (In) Full path to the template file. */ ProMfgprocItem* predecessor /* (In) The step item occurring just before this item in the table. Pass NULL to place the step at the top of the table, or if creating a workcell. */ ProMfgprocItem** new_items /* (Out) ProArray of new items. Free this output using ProArrayFree(). */ ) |

The function succeeded. | |
One or more input arguments was invalid. | |
The manufacturing process table is not initialized. See ProMfgProctableEnable(). | |
The template file could not be found. | |
The template file could not be parsed successfully. |

