API Documentation > Piping > Object ProPobject > Function ProPobjectPipelineGet
Function ProPobjectPipelineGet
Description
Outputs the pipeline feature representing the pipeline to which the specified pipeline selection belongs. NOTE: This function has been replaced by ProSelectionPipelineGet(). Please do NOT use it, use ProSelectionPipelineGet() instead.
Synopsis
#include <ProPiping.h>
ProPobjectPipelineGet
(
ProSelection selection
/* (In)
The selection
*/
ProFeature* pipeline
/* (Out)
The pipeline feature
*/
)
Returns
Was this helpful?