Click or drag to resize

OneDayTsProfileCreate Method

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

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

Parameters

valueType
Type: DHI.Mike1D.BoundaryModule.PeriodicItemOneDayTsProfileValueType

[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
Type: System.Collections.GenericIListDateTime

[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
Type: System.Collections.GenericIListDouble

[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

Type: 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