Click or drag to resize

CatchmentUHMGetHydrograph Method

Get/create dimensionless hydrograph.

The actualLagTime is updated when using the SUH hydrograph types.

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> GetHydrograph(
	ref double actualLagTime,
	double actualPeakingCoefficient,
	IDiagnostics diagnostics
)

Parameters

actualLagTime
Type: SystemDouble

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

actualPeakingCoefficient
Type: SystemDouble

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

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

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

Return Value

Type: IListCatchmentUHMDimensionlessHydrographPoint

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

See Also