ICatchmentLinearReservoirDataUrbanCatchment 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)
SyntaxNullable<bool> UrbanCatchment { get; set; }Property UrbanCatchment As Nullable(Of Boolean)
	Get
	Set
property Nullable<bool> UrbanCatchment {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}Property Value
Type: 
NullableBoolean
See Also