Category Assembly, Object ProAssembly

Function ProAssemblyLnstksCollect


Description
Collect linestocks in specified assembly
Replacement in Object TOOLKIT: wfcWAssembly::GetLinestocks
Synopsis
#include <ProPiping.h>
ProErrorProAssemblyLnstksCollect(
ProAssembly assy
/* (In)
Assembly owner of the linestock
*/
ProLnstk** pro_lnstks
/* (Out)
ProArray of linestock's handles. Function allocates memory for this argument. Use ProArrayFree to free it.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully initialize linestock.
PRO_TK_BAD_INPUTSThe some arguments is invalid.
PRO_TK_E_NOT_FOUNDNo linestock found.
PRO_TK_GENERAL_ERROROther error.

Manual References:

  1. Production Applications: Piping: Linestocks
  2. Production Applications: Piping: Linestocks