Category Piping, Object ProPipeline

Function ProPipelineParameterDelete


Description
Deletes parameter in specified pipeline.
Synopsis
#include <ProPiping.h>
ProErrorProPipelineParameterDelete(
ProFeature* pipeline
/* (In)
Handle of pipeline feature.
*/
ProName param_name
/* (In)
Name of retrieved parameter
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully delete 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