API Documentation > Piping > Object ProPsegment > Function ProPsegmentLengthGet
Function ProPsegmentLengthGet
Description
Outputs the length of a specified pipeline segment
Synopsis
#include <ProPiping.h>
ProPsegmentLengthGet
(
ProPsegment segment
/* (In)
The segment
*/
double* length
/* (Out)
The length
*/
)
Returns
User Guide References
Was this helpful?