CatchmentUHMGetUserDefinedHydrograph Method  | 
 
            Get the user defined hydrograph. This method loads data from
            time series.
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic IList<CatchmentUHMDimensionlessHydrographPoint> GetUserDefinedHydrograph(
	IDiagnostics diagnostics
)
Public Function GetUserDefinedHydrograph ( 
	diagnostics As IDiagnostics
) As IList(Of CatchmentUHMDimensionlessHydrographPoint)
public:
IList<CatchmentUHMDimensionlessHydrographPoint^>^ GetUserDefinedHydrograph(
	IDiagnostics^ diagnostics
)
Parameters
- diagnostics
 - Type: DHI.Mike1D.GenericIDiagnostics
Diagnostics 
Return Value
Type: 
IListCatchmentUHMDimensionlessHydrographPoint[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentUHM.GetUserDefinedHydrograph(DHI.Mike1D.Generic.IDiagnostics)"]
See Also