LTSReachLocationTypes Enumeration

Note: This API is now obsolete.
Specific reach locations to report LTS results on.

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
[ObsoleteAttribute("Used only in obsoleted LTSResultSpecification.")]
public enum LTSReachLocationTypes

Members

UpstreamQGridPoint0 Most upstream Q grid point.
UpstreamAndDownstreamQGridPoints1 Most upstream and most downstream Q grid points.
DownstreamQGridPoint2 Most downstream Q grid point.
AllQGridPoints3 All Q grid points.
AllHGridPoints4 All H grid points.
UpstreamHGridPoint5 Most upstream H grid point.
DownstreamHGridPoint6 Most downstream H grid point.
UpstreamAndDownstreamHGridPoints7 Most upstream and most downstream H grid points.

Extension Methods

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

See Also