RRHotstartFilesGetCatchmentData Method |
Get the catchment hotstart data for the provided catchment id.
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public RRHotstartCatchmentData GetCatchmentData(
string catchmentId
)
Parameters
- catchmentId
- Type: SystemString
Id of catchment to find hotstart data for
Return Value
Type:
RRHotstartCatchmentDataCatchment hotstart data, or null if not existing
See Also