
ProPipelineCreate | |
( ProSelection model /* (In) the model where the pipeline will be create in. must be a non spec driven model. */ ProLnstk* lnstk /* (In) the linestocl to which the pipeline will reference. must belong to the input model. */ ProName pipeline_name /* (In) the name of the pipeline. */ ProFeature* pro_pipeline /* (Out) the newly created pipeline feature. */ ) |

The function successfully creates the pipeline. | |
Model is in read-only state. PRO_TK_BAD_INPUTS One or more of the arguments are invalid (Model is invalid OR the linestocks owner is different than model). PRO_TK_E_NOT_FOUND Linestock was not found for the specific ProLnstk data (owner and name). | |
Pipeline with this name already exist. | |
Other error. |

