IEcoLabConstantForcingBase Interface

Common interface for constants and forcings

Definition

Namespace: DHI.Mike1D.EcoLabDataAccess
Assembly: DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface IEcoLabConstantForcingBase

Properties

BuildInId BuildIn ID if an engine provided value
Description General description of constant
EcoLabId EcoLab ID, as defined in the template
IsGlobal 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.

UserSpecified Flag defining if the value is user specified. The flag must be set if BuildInId is not defined. It can also be set if the BuildInId is defined, then the user specified value overrides the build in value.
Values Values of constant.

If IsGlobal is set, only the GlobalValue is used.

See Also