ProcessingLevelsSpecsMinLevel Property  | 
 
            if 
ProcessingOption is Equidistant or UserDefined, the lower end of range, 
            or NotANumber if not applicable or set
            
            MinLevel is 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)
Syntaxpublic double MinLevel { get; set; }Public Property MinLevel As Double
	Get
	Set
public:
property double MinLevel {
	double get ();
	void set (double value);
}Property Value
Type: 
Double
See Also