Click or drag to resize

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
C#
public enum EventListSortType
Members
  Member nameValueDescription
Time0 Sort on time
Value1 Sort on value
See Also