Click or drag to resize

DirectionTypes Enumeration

Direction of data on an axis.
Examples
For velocity data, Positive means that positive velocity value is in positive axis direction, while Negative means that positive velocity value is in the negative axis direction.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public enum DirectionTypes
Members
  Member nameValueDescription
Positive0 Positive flow is in direction of increasing chainage.
Negative-1 Positive flow is in direction of decreasing chainage.
See Also