StormwaterInletOnGradeInlet Property  | 
 
            When true then the stormwater inlet is of the OnGrade type where inlet discharge
            is a function of the upstream discharge and the slope of the upstream reaches.
            If false, then the inlet discharge is a function of the upstream water level.
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool OnGradeInlet { get; set; }Public Property OnGradeInlet As Boolean
	Get
	Set
public:
virtual property bool OnGradeInlet {
	bool get () sealed;
	void set (bool value) sealed;
}Property Value
Type: 
BooleanImplements
IStormwaterInletOnGradeInlet
See Also