Share

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.280

Syntax

C#

public struct PipeVerticalSegment

VB

Public Structure PipeVerticalSegment

C++

public value class 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).

See Also

Reference

Was this information helpful?