Click or drag to resize

LTSReachLocationTypes Enumeration

Note: This API is now obsolete.

Specific reach locations to report LTS results on.

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
[ObsoleteAttribute("Used only in obsoleted LTSResultSpecification.")]
public enum LTSReachLocationTypes
Members
  Member nameValueDescription
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.
See Also