API Documentation > Piping > Object ProLnstk > Function ProLnstkParameterDelete
Function ProLnstkParameterDelete
Description
Deletes parameter in specified linestock
Synopsis
#include <ProPiping.h>
ProLnstkParameterDelete
(
ProLnstk* lnstk
/* (In)
Handle of linestock.
*/
ProName w_param_name
/* (In)
Name of retrieved parameter
*/
)
Returns
The function successfully delete parameter.
Model is in read-only state.
One or more of the arguments are invalid.
Linestock with this name does not exist.
Other error.
User Guide References
Was this helpful?