IVolumeNodeMaxInflowFromSurface Property |
Note: This API is now obsolete.
Maximum inflow from surface, i.e. rainfall runoff type inflows.
The node inflow from surface can be limited by the surface opening,
a sewer grate or similar.
Unit: [m3/s].
Default: Double.MaxValue
Namespace:
DHI.Mike1D.NetworkDataAccess
Assembly:
DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax [ObsoleteAttribute("Use IUndergroundNode.MaxInflowFromSurface")]
double MaxInflowFromSurface { get; set; }
<ObsoleteAttribute("Use IUndergroundNode.MaxInflowFromSurface")>
Property MaxInflowFromSurface As Double
Get
Set
[ObsoleteAttribute(L"Use IUndergroundNode.MaxInflowFromSurface")]
property double MaxInflowFromSurface {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also