ICatchmentKinematicWaveSurfaceDataLength Property  | 
 
            The length of the subcatchment/channel.
            
            The model assumes a prismatic flow channel with rectangular cross section.
            The channel bottom width is computed from catchment area and length.
            
            If not defined, the average length of the base catchment is used.
            
            Default: undefined
            Unit: [m]
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
SyntaxNullable<double> Length { get; set; }Property Length As Nullable(Of Double)
	Get
	Set
property Nullable<double> Length {
	Nullable<double> get ();
	void set (Nullable<double> value);
}Property Value
Type: 
NullableDouble
See Also