LIDBaseCollectingAreas Property

A list specifying LID collecting areas on catchment surfaces.

When entry with the same SurfaceID is also present in Areas then the entry in this list correspond to additional collecting area, which will define collecting surface. This effectively gives that the sum of all collecting areas may be smaller than TotalCollectingArea.

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule.LID
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public IList<SurfaceAreaForLID> CollectingAreas { get; set; }

Property Value

IListSurfaceAreaForLID

Implements

IStormwaterLIDCollectingAreas

See Also