OneDayTsProfileRelative Property  | 
 
            Specifies whether the DailyPattern is relative or absolute. If relative, 
            the DailyPattern is scaled such that its values integrates to 1 over one day.
            Default is true.
            
 
    Namespace: 
   DHI.Mike1D.BoundaryModule.PeriodicItem
    Assembly:
   DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic bool Relative { get; set; }Public Property Relative As Boolean
	Get
	Set
public:
property bool Relative {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also