Category Piping, Object ProLnstk

Function ProLnstkParametersCollect


Description
Retrieves parameters of specified linestock
Synopsis
#include <ProPiping.h>
ProErrorProLnstkParametersCollect(
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
PRO_TK_NO_ERRORThe function successfully retrieved parameters.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_E_NOT_FOUNDLnestock with this name does not exist.
PRO_TK_GENERAL_ERROROther error.

Manual References:

  1. Production Applications: Piping: Linestock Parameters
  2. Production Applications: Piping: Linestock Parameters