Category
Piping
, Object
ProLnstk
Function ProLnstkCreate
Description
Creates new linestock
Synopsis
#include <
ProPiping.h
>
ProError
ProLnstkCreate
(
ProAssembly
assy
/* (In)
The handle of linestocks assembly owner.
*/
ProName
w_name
/* (In)
The linestock name.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully creates new linestock.
PRO_TK_BAD_INPUTS
One or more of the arguments are invalid.
PRO_TK_E_FOUND
Linestock with this name already exist.
PRO_TK_GENERAL_ERROR
Other error.
Manual References:
Production Applications: Piping: Linestocks