FlowDirectionMethodType Enumeration

Specifies the method that is used to determine the flow for a pipe.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public enum FlowDirectionMethodType

Visual Basic

Public Enumeration FlowDirectionMethodType

Visual C++

public enum class FlowDirectionMethodType

Members

Member nameValueDescription
Bidirectional0
StartToEnd1
EndToStart2
BySlope3

See Also