Category Piping, Object ProPipeline

Function ProPipelineParameterAdd


Description
Add parameter in specified pipeline.
Synopsis
#include <ProPiping.h>
ProErrorProPipelineParameterAdd(
ProFeature* pipeline
/* (In)
Handle of pipeline feature.
*/
ProLnstkParam* p_param
/* (In)
Parameter handle.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully add parameter.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_GENERAL_ERROROther error.

Manual References:

  1. Production Applications: Piping: Pipeline Features
  2. Production Applications: Piping: Pipeline Features