PredefinedQuantityLTS Enumeration

Enumeration of predefined quantities for LTS module.

Definition

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

Remarks

Remember to add an entry to the PredefinedQuantityTableLTS whenever a new PredefinedQuantityLTS is created.

Members

Undefined0 
TotalOutflow1 Total water outflow out of the system
TotalEmission2 Total emission out of the system
OutletsOutflow3 Total water outflow out of the system through outlets
PumpsOutflow4 Total water outflow out of the system through pumps
WeirsOutflow5 Total water outflow out of the system through weirs
OrificesOutflow6 Total water outflow out of the system through orifices
ValvesOutflow7 Total water outflow out of the system through valves
SpillOutflow8 Total water outflow out of the system through spilling nodes

Extension Methods

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

See Also