Click or drag to resize

TsItemCreate Method

Factory method to create a time series item with a specific type, value type and quantity

Namespace:  DHI.Mike1D.Generic.TimeSeries
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static TsItem Create(
	Type dataType,
	TsItemValueType valueType,
	eumQuantity eumquantity
)

Parameters

dataType
Type: SystemType
valueType
Type: DHI.Mike1D.Generic.TimeSeriesTsItemValueType
eumquantity
Type: eumQuantity

Return Value

Type: TsItem
See Also