Skip to content

Simba.Data

Simba.Data.Thermal.Custom2DTable

Custom2DTable.GetGridDataStrings() Method

Returns a tuple of strings representing the axis data and the grid data. The axis data consists of two bracketed lists (one for each axis) and the grid data is a single bracketed list with the flattened data in row-major order.

1
(axisData, gridData) GetGridDataStrings()

Returns

<System.String,System.String>