LTSReachLocationTypes Enumeration
Note: This API is now obsolete.
Specific reach locations to report LTS results on.
Namespace: DHI.Mike1D.Mike1DDataAccessAssembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
[ObsoleteAttribute("Used only in obsoleted LTSResultSpecification.")]
public enum LTSReachLocationTypes
| UpstreamQGridPoint | 0 | Most upstream Q grid point. |
| UpstreamAndDownstreamQGridPoints | 1 | Most upstream and most downstream Q grid points. |
| DownstreamQGridPoint | 2 | Most downstream Q grid point. |
| AllQGridPoints | 3 | All Q grid points. |
| AllHGridPoints | 4 | All H grid points. |
| UpstreamHGridPoint | 5 | Most upstream H grid point. |
| DownstreamHGridPoint | 6 | Most downstream H grid point. |
| UpstreamAndDownstreamHGridPoints | 7 | Most upstream and most downstream H grid points. |