PipeVerticalSegment Structure

Vertical Segment information of Pipe object.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Autodesk.Civil.DatabaseServicesPipeVerticalSegment

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public struct PipeVerticalSegment

The PipeVerticalSegment type exposes the following members.

Fields
 NameDescription
Public fieldEndElevation Elevation(Z) of end point of this segment.
Public fieldEndParameter The parameter of segment's end point on the pipe in plane(X,Y).
Public fieldStartElevation Elevation(Z) of start point of this segment.
Public fieldStartParameter The parameter of segment's start point on the pipe in plane(X,Y).
Top
See Also