Mike1DBridgeFlexibleLoad Property |
If true, then the bridge will try to find input files even if the name is wrong.
Presently only used in the MU bridge to change the extension of RR input files
from .CRF to RR.res1d.
Namespace:
DHI.Mike1D.Mike1DDataAccess
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool FlexibleLoad { get; set; }
Public Property FlexibleLoad As Boolean
Get
Set
public:
virtual property bool FlexibleLoad {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanImplements
IMike1DMUBridgeFlexibleLoad
See Also