Click or drag to resize

ITsDataConverterConvertItem Method

Takes in one item and returns an item that matches the data conversion.

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#
TsItem ConvertItem(
	TsItem item
)

Parameters

item
Type: DHI.Mike1D.Generic.TimeSeriesTsItem

Return Value

Type: TsItem
Examples
If the ITsDataConverter converts from one unit to another, then this should convert the eumQuantity of the TsItem.
See Also