EventListSortType Enumeration |
LTS sort type, when writing results to PFS file, whether to sort on time or on value.
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum EventListSortType
Members
| Member name | Value | Description |
---|
| Time | 0 | Sort on time |
| Value | 1 | Sort on value |
See Also