Click or drag to resize

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.

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double[,] CreateDataArray()

Return Value

Type: Double

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

Implements

IDataItemCreateDataArray
See Also