DataItemCreateTimeSeriesData 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.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public float[] CreateTimeSeriesData(
	int elementIndex
)

Parameters

elementIndex  Int32
Index of point to get value for

Return Value

Single
Array having NumberOfTimeSteps elements

Implements

IDataItemCreateTimeSeriesData(Int32)

See Also