Category
Piping
, Object
ProPsegment
Function ProPsegmentTypeGet
Description
Outputs the type of a pipeline segment
Synopsis
#include <
ProPiping.h
>
ProError
ProPsegmentTypeGet
(
ProPsegment
segment
/* (In)
The segment
*/
ProPsegmentType
*
type
/* (Out)
The segment type (straight or bend)
*/
)
Returns
PRO_TK_NO_ERROR
PRO_TK_BAD_INPUTS
Manual References:
Production Applications: Piping: Segments
Production Applications: Piping: Segments