Category Piping, Object ProLnstk

Function ProLnstkCreate


Description
Creates new linestock
Synopsis
#include <ProPiping.h>
ProErrorProLnstkCreate(
ProAssembly assy
/* (In)
The handle of linestocks assembly owner.
*/
ProName w_name
/* (In)
The linestock name.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully creates new linestock.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_E_FOUNDLinestock with this name already exist.
PRO_TK_GENERAL_ERROROther error.

Manual References:

  1. Production Applications: Piping: Linestocks