Category Piping, Object ProLnstk

Function ProLnstkParameterDelete


Description
Deletes parameter in specified linestock
Synopsis
#include <ProPiping.h>
ProErrorProLnstkParameterDelete(
ProLnstk* lnstk
/* (In)
Handle of linestock.
*/
ProName w_param_name
/* (In)
Name of retrieved parameter
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully delete parameter.
PRO_TK_BAD_INPUTSOne or more of the arguments are invalid.
PRO_TK_E_NOT_FOUNDLinestock with this name does not exist.
PRO_TK_GENERAL_ERROROther error.

Manual References:

  1. Production Applications: Piping: Linestock Parameters