Specifies the current flow direction of a pipe.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum FlowDirectionType
VB
Public Enumeration FlowDirectionType
C++
public enum class FlowDirectionType
Members
Member name | Value | Description |
---|---|---|
Bidirectional | 0 | |
StartToEnd | 1 | |
EndToStart | 2 |