Category Piping, Object ProPipeline

Function ProPipelineParametersCollect


Description
Retrieves parameters of specified pipeline.
Synopsis
#include <ProPiping.h>
ProErrorProPipelineParametersCollect(
ProFeature* pipeline
/* (In)
Handle of pipeline feature.
*/
ProLnstkParam** p_params
/* (Out)
ProArray of parameters. The function allocates memory for these arguments. To free it, call the function ProArrayFree.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved 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