Documentación de la API > Assembly > Object ProAssembly > Function ProAssemblyLnstksCollect
Function ProAssemblyLnstksCollect
Description
Collect linestocks in specified assembly
Replacement in Object TOOLKIT:
Synopsis
#include <ProPiping.h>
ProAssemblyLnstksCollect
(
/* (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
The function successfully initialize linestock.
The some arguments is invalid.
No linestock found.
Other error.
User Guide References
¿Fue esto útil?