CatchmentLinearReservoirUrbanCatchment Property |
Flag defining if the catchment is an urban or a rural catchment.
If value is undefined, it is automatically determined.
When automatically determined, a catchment is urban when it is French (FR)
and has an ImperviousArea factor larger than or equal to 0.2
Namespace:
DHI.Mike1D.RainfallRunoffModule
Assembly:
DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public Nullable<bool> UrbanCatchment { get; set; }
Public Property UrbanCatchment As Nullable(Of Boolean)
Get
Set
public:
virtual property Nullable<bool> UrbanCatchment {
Nullable<bool> get () sealed;
void set (Nullable<bool> value) sealed;
}
Property Value
Type:
NullableBooleanImplements
ICatchmentLinearReservoirDataUrbanCatchmentSee Also