Documentação da API > Piping > Object ProLnstk > Function ProLnstkParametersCollect
Function ProLnstkParametersCollect
Description
Retrieves parameters of specified linestock
Synopsis
#include <ProPiping.h>
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
The function successfully retrieved parameters.
One or more of the arguments are invalid.
Lnestock with this name does not exist.
Other error.
User Guide References
Isto foi útil?