RoutingElevationMethod Enumeration

The method for calculation of elevation (water level) in the routing element.

Definition

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

Members

None0 Water levels are not calculated
QhRelation1 Water levels are calculated based on a QH-relation
Resistance2 Water levels are calculated based on a resistance formula. Cross sections must be available at the routing element.

Extension Methods

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

See Also