Documentation de l'API > Piping > Object ProPipeline > Function ProPipelineParametersCollect
Function ProPipelineParametersCollect
Description
Retrieves parameters of specified pipeline.
Synopsis
#include <ProPiping.h>
ProPipelineParametersCollect
(
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
The function successfully retrieved parameters.
One or more of the arguments are invalid.
Other error.
User Guide References
Est-ce que cela a été utile ?