PressureReachNodeType Enumeration

Node relation to pressurized parts of the network.

Definition

Namespace: DHI.Mike1D.NetworkDataAccess
Assembly: DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum PressureReachNodeType

Members

None0 Not part of a pressure reach section of the network
Tail1 Outflow from a pressurized section must take place at a tail node, i.e. it connects a pressurized section of the network with normal reaches.
Internal2 The node is an internal node in a preassurized section of the network

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also