API 文件集 > Piping > Object ProPipeline > Function ProPipelineLnstkSet
Function ProPipelineLnstkSet
Description
Assign linestock to pipeline feature.
Synopsis
#include <ProPiping.h>
ProPipelineLnstkSet
(
ProFeature* pipeline
/* (In)
The pipeline feature.
*/
ProLnstk* pro_lnstk
/* (In)
The linestock handle.
*/
)
Returns
The linestock successfully assigned to pipeline.
Model is in read-only state.
The linestock is already set to pipeline.
One or more of the arguments are invalid.
New line stock does not exist.
Other error.
User Guide References
這是否有幫助?