Category
Piping
, Object
ProLnstk
Function ProLnstkParameterAdd
Description
Add parameter in specified linestock
Synopsis
#include <
ProPiping.h
>
ProError
ProLnstkParameterAdd
(
ProLnstk
*
lnstk
/* (In)
Handle of linestock.
*/
ProLnstkParam
*
p_param
/* (In)
Parameter handle.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully add parameter.
PRO_TK_BAD_INPUTS
One or more of the arguments are invalid.
PRO_TK_E_NOT_FOUND
Linestock with this name does not exist.
PRO_TK_GENERAL_ERROR
Other error.
Manual References:
Production Applications: Piping: Linestock Parameters
Production Applications: Piping: Linestock Parameters