Documentación de la API > Piping > Object ProLnstk > Function ProLnstkParameterAdd
Function ProLnstkParameterAdd
Description
Add parameter in specified linestock
Synopsis
#include <ProPiping.h>
ProLnstkParameterAdd
(
ProLnstk* lnstk
/* (In)
Handle of linestock.
*/
ProLnstkParam* p_param
/* (In)
Parameter handle.
*/
)
Returns
The function successfully add 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
¿Fue esto útil?