IEcoLabConstantForcingBaseIsGlobal Property |
Flag specifying whether the constant is global in EcoLab terms,
if not, it must be set for all computational points.
The constant may only be defined with one global value, but stil
have this set to false.
If this is set to true, only the global value in [!:_values]
is used.
Namespace:
DHI.Mike1D.EcoLabDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax bool IsGlobal { get; set; }
Property IsGlobal As Boolean
Get
Set
property bool IsGlobal {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also