Click or drag to resize

CatchmentNamGetRequiredTypes Method

Returns a list of CatchmentSourceBoundaryTypes that need to be set. The list will always contains Rainfall and Evaporation if they have not been set yet. The list should be empty when this is called for M11, because the source boundaries have already been set.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public override IList<CatchmentSourceBoundaryTypes> GetRequiredTypes()

Return Value

Type: IListCatchmentSourceBoundaryTypes
A list of CatchmentSourceBoundaryTypes
See Also