Category
Piping
, Object
ProLnstk
Function ProLnstkParameterDelete
Description
Deletes parameter in specified linestock
Synopsis
#include <
ProPiping.h
>
ProError
ProLnstkParameterDelete
(
ProLnstk
*
lnstk
/* (In)
Handle of linestock.
*/
ProName
w_param_name
/* (In)
Name of retrieved parameter
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully delete 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