Click or drag to resize

CatchmentUHMConvertHydrographTime Method

Convert the dimensionless hydrograph (as returned from GetHydrograph(Double, Double, IDiagnostics)) to contain actual times, based on lagtime etc.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public IList<CatchmentUHMDimensionlessHydrographPoint> ConvertHydrographTime(
	out double actualLagTime,
	IDiagnostics diagnostics
)

Parameters

actualLagTime
Type: SystemDouble

[Missing <param name="actualLagTime"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentUHM.ConvertHydrographTime(System.Double@,DHI.Mike1D.Generic.IDiagnostics)"]

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentUHM.ConvertHydrographTime(System.Double@,DHI.Mike1D.Generic.IDiagnostics)"]

Return Value

Type: IListCatchmentUHMDimensionlessHydrographPoint

[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentUHM.ConvertHydrographTime(System.Double@,DHI.Mike1D.Generic.IDiagnostics)"]

See Also