Category Piping, Object ProPipeline

Function ProPipelineParametersSet


Description
Set parameters for specified pipeline.
Synopsis
#include <ProPiping.h>
ProErrorProPipelineParametersSet(
ProFeature* pipeline
/* (In)
Handle of pipeline feature.
*/
ProLnstkParam* p_params
/* (In)
ProArray of new parameters.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully sets new parameters.
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