Category Selection, Object ProSelection

Function ProSelectionPipelineGet


Description
Outputs the pipeline feature representing the pipeline to which the specified pipeline selection belongs.
Replacement in Object TOOLKIT: wfcWSelection::GetPipelineFeature
Synopsis
#include <ProPiping.h>
ProErrorProSelectionPipelineGet(
ProSelection selection
/* (In)
The selection. It must be a piping routing feature or the pipeline feature itself.
*/
ProFeature* pipeline
/* (Out)
The pipeline feature
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS

Manual References:

  1. Production Applications: Piping: Objects
  2. Production Applications: Piping: Objects