Click or drag to resize

IDataItemCreateTimeSeriesData Method

Create an array of values for a given point with the given index, each element in the array corresponding the a given time.

Values are returned for the point at Chainages[pointIndex].

The result is an array having NumberOfTimeSteps elements.

The array is constructed every time called as a copy of the data in the data item.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
float[] CreateTimeSeriesData(
	int elementIndex
)

Parameters

elementIndex
Type: SystemInt32
Index of point to get value for

Return Value

Type: Single
Array having NumberOfTimeSteps elements
See Also