Gets the array of vertical segments.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PipeVerticalSegment[] GetVerticalSegments()
Visual Basic
Public Function GetVerticalSegments As PipeVerticalSegment()
Visual C++
public:
array<PipeVerticalSegment>^ GetVerticalSegments()

Remarks

Vertical segments are available if CutLength option is applied when laying out and editing network. It will return empty array if HasVerticalSegments is false.

See Also