Vertical Segment information of Pipe object.
Inheritance Hierarchy
SystemObjectSystemValueType
Autodesk.Civil.DatabaseServicesPipeVerticalSegment
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public struct PipeVerticalSegment
VB
Public Structure PipeVerticalSegment
C++
public value class PipeVerticalSegment
The PipeVerticalSegment type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() | EndElevation | Elevation(Z) of end point of this segment. |
![]() | EndParameter | The parameter of segment's end point on the pipe in plane(X,Y). |
![]() | StartElevation | Elevation(Z) of start point of this segment. |
![]() | StartParameter | The parameter of segment's start point on the pipe in plane(X,Y). |