| Description |
| Creates a non spec driven pipeline feature. The feature will be created under the given model, with the given name pipeline_name, referencing pro_lnstk. |
| Synopsis |
| #include <ProPiping.h> |
| ProError | 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. |
| */ |
| ) |
| Returns |
|
|