Click or drag to resize

TsItemData Property

Retrieves a TsItemDataDouble object containing the actual data of the TSItem.

Data is only available if the TS has been populated with data. If data is not available Data will throw an exception

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 TsItemDataDouble Data { get; set; }

Property Value

Type: TsItemDataDouble
See Also