Category
Piping
, Object
ProPipeline
Function ProPipelineParameterAdd
Description
Add parameter in specified pipeline.
Synopsis
#include <
ProPiping.h
>
ProError
ProPipelineParameterAdd
(
ProFeature
*
pipeline
/* (In)
Handle of pipeline feature.
*/
ProLnstkParam
*
p_param
/* (In)
Parameter handle.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully add parameter.
PRO_TK_BAD_INPUTS
One or more of the arguments are invalid.
PRO_TK_GENERAL_ERROR
Other error.
Manual References:
Production Applications: Piping: Pipeline Features
Production Applications: Piping: Pipeline Features