API Documentation > Piping > Object ProPobject > Function ProPobjectSegmentGet
Function ProPobjectSegmentGet
Description
Outputs the segment object for a pipeline object whose type is segment.
Synopsis
#include <ProPiping.h>
ProPobjectSegmentGet
(
ProPobject object
/* (In)
The pipeline object.
*/
ProPsegment* segment
/* (Out)
The segment
*/
)
Returns
User Guide References
Was this helpful?