EcoLabModelConstants Property  | 
 
            Constants are constant in time. A constant may vary in space, and may be provided by engine.
            
 
    Namespace: 
   DHI.Mike1D.EcoLabDataAccess
    Assembly:
   DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic IList<EcoLabConstant> Constants { get; }Public ReadOnly Property Constants As IList(Of EcoLabConstant)
	Get
public:
property IList<EcoLabConstant^>^ Constants {
	IList<EcoLabConstant^>^ get ();
}Property Value
Type: 
IListEcoLabConstant
See Also