Click or drag to resize

EcoLabConstant.UserSpecified Property

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.

Namespace:  DHI.Mike1D.EcoLabDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool UserSpecified { get; set; }

Property Value

Type: Boolean

Implements

IEcoLabConstantForcingBase.UserSpecified
See Also