CatchmentNamInitial Constructor |
Default constructor
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public CatchmentNamInitial(
CatchmentNam catchmentNam,
int numberOfSnowZones
)
Public Sub New (
catchmentNam As CatchmentNam,
numberOfSnowZones As Integer
)
public:
CatchmentNamInitial(
CatchmentNam^ catchmentNam,
int numberOfSnowZones
)
Parameters
- catchmentNam
- Type: DHI.Mike1D.RainfallRunoffModuleCatchmentNam
Catchment that the initial conditions belongs to - numberOfSnowZones
- Type: SystemInt32
See Also