Description | ||||||||||||||
Retrieves parameters of specified linestock | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProPiping.h> | ||||||||||||||
ProError | ProLnstkParametersCollect | ( | ||||||||||||
ProLnstk* lnstk | ||||||||||||||
/* (In) | ||||||||||||||
Handle of linestock. | ||||||||||||||
*/ | ||||||||||||||
ProLnstkParam** p_params | ||||||||||||||
/* (Out) | ||||||||||||||
ProArray of parameters. The function allocates memory for these arguments. To free it, call the function ProArrayFree. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|