Specifies the method that is used to determine the flow for a pipe.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum FlowDirectionMethodType
VB
Public Enumeration FlowDirectionMethodType
C++
public enum class FlowDirectionMethodType
Members
| Member name | Value | Description |
|---|---|---|
| Bidirectional | 0 | |
| StartToEnd | 1 | |
| EndToStart | 2 | |
| BySlope | 3 |
