EcoLabModelForcings Property  | 
 
            Forcings vary in time. A forcing may also vary in space, though currently only supported by engine forcings
            
 
    Namespace: 
   DHI.Mike1D.EcoLabDataAccess
    Assembly:
   DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic IList<EcoLabForcing> Forcings { get; }Public ReadOnly Property Forcings As IList(Of EcoLabForcing)
	Get
public:
property IList<EcoLabForcing^>^ Forcings {
	IList<EcoLabForcing^>^ get ();
}Property Value
Type: 
IListEcoLabForcing
See Also