Click or drag to resize

EcoLabConstantIsGlobal 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: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public bool IsGlobal { get; set; }

Property Value

Type: Boolean
See Also