ProcessingLevelsSpecsProcessedLevelsStartAtZero Property  | 
 
             True if the processed levels should be forced to start at zero (MU approach)
             even if the raw data does not do so.
            
 
    Namespace: 
   DHI.Mike1D.CrossSectionModule
    Assembly:
   DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool ProcessedLevelsStartAtZero { get; set; }Public Property ProcessedLevelsStartAtZero As Boolean
	Get
	Set
public:
property bool ProcessedLevelsStartAtZero {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also