API 文件集 > Piping > Object ProLnstk > Function ProLnstkParametersSet
Function ProLnstkParametersSet
Description
Set parameters for specified linestock
Synopsis
#include <ProPiping.h>
ProLnstkParametersSet
(
ProLnstk* lnstk
/* (In)
Handle of linestock.
*/
ProLnstkParam* p_params
/* (In)
ProArray of new parameters.
*/
)
Returns
The function successfully sets new parameters.
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
這是否有幫助?