Click or drag to resize

ProcessingLevelsSpecsUserDefLevels Property

the levels for user-defined processing (absolute elevations in [m]!), or null if none. Must be strictly monotonically increasing. Apart from these, the relative min and max levels, plus the datum, from the raw data will also be part of the processed levels. NOTE: if you set an individual value within the array, you must re-process the hydraulic data.

Levels are relative to raw data, and must not include any datum offset

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double[] UserDefLevels { get; set; }

Property Value

Type: Double
See Also