CatchmentTimeAreaTimeAreaCurve Property  | 
 
            Time area curve, user defined, must be specified in case 
TimeAreaCurveType 
            is 
UserDefined.
            
            The curve is dimensionless, 
            time (X) values between 0 and 1 and area (Y) values between 0 and 1.
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic XYTable TimeAreaCurve { get; set; }Public Property TimeAreaCurve As XYTable
	Get
	Set
public:
virtual property XYTable^ TimeAreaCurve {
	XYTable^ get () sealed;
	void set (XYTable^ value) sealed;
}Property Value
Type: 
XYTableImplements
ICatchmentTimeAreaDataTimeAreaCurve
See Also