DataItemCreateDataArray Method

The property exposes the contained data as a two dimensional array. The array is [number of time steps, number of points]. The array is constructed every time called as a copy of Data, and not updated if the underlying Data is updated.

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 double[,] CreateDataArray()

Return Value

Double

[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.DataItem.CreateDataArray"]

Implements

IDataItemCreateDataArray

See Also