CatchmentUHMGetSCSDimensionlessHydrograph Method  | 
 
            This procedure initialises the SCS dimensionless hydrograph,
            scales it and stores unit hydrograph values with the time step
            
            Info on the SCS dimentionless hydrograph to be found in:
            
            Soil Conservation Service. U.S. Department of Agriculture.
            Washington D.C. (1972): SCS National Engineering Handbook,
            Section 4, Hydrology.
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static IList<CatchmentUHMDimensionlessHydrographPoint> GetSCSDimensionlessHydrograph()
Public Shared Function GetSCSDimensionlessHydrograph As IList(Of CatchmentUHMDimensionlessHydrographPoint)
public:
static IList<CatchmentUHMDimensionlessHydrographPoint^>^ GetSCSDimensionlessHydrograph()
Return Value
Type: 
IListCatchmentUHMDimensionlessHydrographPoint[Missing <returns> documentation for "M:DHI.Mike1D.RainfallRunoffModule.CatchmentUHM.GetSCSDimensionlessHydrograph"]
See Also