UrbanRiverLinkAllowBackflow Property  | 
 
            Flag indicating if backflow is allowed, i.e. flow from source into outlet.
            
            Flag is true by default, but historically disabled for urban-weir outlet and urban-pump outlet.
            
 
    Namespace: 
   DHI.Mike1D.Engine.Couplings
    Assembly:
   DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool AllowBackflow { get; set; }Public Property AllowBackflow As Boolean
	Get
	Set
public:
property bool AllowBackflow {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also