OneDayTsProfileCreate Method

Creating a OneDayTsProfile assuming that each value[i] is defined based on the valueType.

Definition

Namespace: DHI.Mike1D.BoundaryModule.PeriodicItem
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static OneDayTsProfile Create(
	OneDayTsProfileValueType valueType,
	IList<DateTime> time,
	IList<double> values
)

Parameters

valueType  OneDayTsProfileValueType

[Missing <param name="valueType"/> documentation for "M:DHI.Mike1D.BoundaryModule.PeriodicItem.OneDayTsProfile.Create(DHI.Mike1D.BoundaryModule.PeriodicItem.OneDayTsProfile.ValueType,System.Collections.Generic.IList{System.DateTime},System.Collections.Generic.IList{System.Double})"]

time  IListDateTime

[Missing <param name="time"/> documentation for "M:DHI.Mike1D.BoundaryModule.PeriodicItem.OneDayTsProfile.Create(DHI.Mike1D.BoundaryModule.PeriodicItem.OneDayTsProfile.ValueType,System.Collections.Generic.IList{System.DateTime},System.Collections.Generic.IList{System.Double})"]

values  IListDouble

[Missing <param name="values"/> documentation for "M:DHI.Mike1D.BoundaryModule.PeriodicItem.OneDayTsProfile.Create(DHI.Mike1D.BoundaryModule.PeriodicItem.OneDayTsProfile.ValueType,System.Collections.Generic.IList{System.DateTime},System.Collections.Generic.IList{System.Double})"]

Return Value

OneDayTsProfile

[Missing <returns> documentation for "M:DHI.Mike1D.BoundaryModule.PeriodicItem.OneDayTsProfile.Create(DHI.Mike1D.BoundaryModule.PeriodicItem.OneDayTsProfile.ValueType,System.Collections.Generic.IList{System.DateTime},System.Collections.Generic.IList{System.Double})"]

See Also