Category Piping, Object ProPjunction

Function ProPjunctionSeriesIdsGet


Description
Outputs ids of the series connect to at the specified junction
Synopsis
#include <ProPiping.h>
ProErrorProPjunctionSeriesIdsGet(
ProPjunction junction
/* (In)
The junction
*/
int** in_series_ids
/* (Out)
A ProArray of ids of the series that flow in to this junction. If NULL is given, no in series ids will be returned. The ProArray is allocated by the function and should be freed using ProArrayFree().
*/
int** out_series_ids
/* (Out)
A ProArray of ids of the series that flow out from this junction. If NULL is given, no out series ids will be returned. The ProArray is allocated by the function and should be freed using ProArrayFree().
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS