API Documentation > Piping > Object ProLnstk > Function ProLnstkCreate
Function ProLnstkCreate
Description
Creates new linestock
Synopsis
#include <ProPiping.h>
ProLnstkCreate
(
/* (In)
The handle of linestocks assembly owner.
*/
ProName w_name
/* (In)
The linestock name.
*/
)
Returns
The function successfully creates new linestock.
Model is in read-only state.
One or more of the arguments are invalid.
Linestock with this name already exist.
Other error.
User Guide References
Was this helpful?