CatchmentUHMHydrograph Property |
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> Hydrograph { get; set; }
Public Property Hydrograph As IList(Of CatchmentUHMDimensionlessHydrographPoint)
Get
Set
public:
virtual property IList<CatchmentUHMDimensionlessHydrographPoint^>^ Hydrograph {
IList<CatchmentUHMDimensionlessHydrographPoint^>^ get () sealed;
void set (IList<CatchmentUHMDimensionlessHydrographPoint^>^ value) sealed;
}
Property Value
Type:
IListCatchmentUHMDimensionlessHydrographPointImplements
ICatchmentUHMDataHydrographSee Also