Category
Piping
, Object
ProPipeline
Function ProPipelineLnstkSet
Description
Assign linestock to pipeline feature.
Synopsis
#include <
ProPiping.h
>
ProError
ProPipelineLnstkSet
(
ProFeature
*
pipeline
/* (In)
The pipeline feature.
*/
ProLnstk
*
pro_lnstk
/* (In)
The linestock handle.
*/
)
Returns
PRO_TK_NO_ERROR
The linestock successfully assigned to pipeline.
PRO_TK_NO_CHANGE
The linestock is already set to pipeline.
PRO_TK_BAD_INPUTS
One or more of the arguments are invalid.
PRO_TK_E_NOT_FOUND
New line stock does not exist.
PRO_TK_GENERAL_ERROR
Other error.
Manual References:
Production Applications: Piping: Linestocks
Production Applications: Piping: Linestocks