Category Piping, Object ProPobject

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>
ProErrorProPobjectPipelineGet(
ProSelection selection
/* (In)
The selection
*/
ProFeature* pipeline
/* (Out)
The pipeline feature
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS