RRHotstartFilesGetCatchmentData Method

Get the catchment hotstart data for the provided catchment id.

Definition

Namespace: DHI.Mike1D.RainfallRunoffModule
Assembly: DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public RRHotstartCatchmentData GetCatchmentData(
	string catchmentId
)

Parameters

catchmentId  String
Id of catchment to find hotstart data for

Return Value

RRHotstartCatchmentData
Catchment hotstart data, or null if not existing

See Also