Category Piping, Object ProPselection

Function ProPselectionSelectionGet


Description
Outputs the ProSelection of the specified ProPselection.
Synopsis
#include <ProPiping.h>
ProErrorProPselectionSelectionGet(
ProPselection selection
/* (In)
The ProPselection
*/
ProSelection* pro_selection
/* (Out)
The ProSelection. Its memory are allocated by the function and should be freed using ProSelectionFree().
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS

Manual References:

  1. Production Applications: Piping: Objects