API Documentation > Piping > Object ProPseries > Function ProPseriesIdGet
Function ProPseriesIdGet
Description
Outputs the series id of the specified series. Series id is a sequential number that is used to identify a series.
Synopsis
#include <ProPiping.h>
ProPseriesIdGet
(
ProPseries series
/* (In)
The series
*/
int* series_id
/* (Out)
The series id
*/
)
Returns
User Guide References
Was this helpful?