EcoLabForcingIsGlobal Property  | 
 
            Flag specifying whether the forcing is global in EcoLab terms
            (Spatial variation = None).
            If the forcing is not global, it will be set for all computational points.
            
            The forcing may only be defined with one global value (time series), but still
            have this set to false. Then that global value is applied on all computational points.
            
            This must match the Spatial Variation value in the ECO Lab template
            
 
    Namespace: 
   DHI.Mike1D.EcoLabDataAccess
    Assembly:
   DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool IsGlobal { get; set; }Public Property IsGlobal As Boolean
	Get
	Set
public:
virtual property bool IsGlobal {
	bool get () sealed;
	void set (bool value) sealed;
}Property Value
Type: 
BooleanImplements
IEcoLabConstantForcingBaseIsGlobal
See Also