Skip to content

Custom3DTable.GetGridDataStrings() Method

Returns a pair of strings containing the axis data and the grid flattened data formatted as required. The axes are each output as a bracketed list and the grid data is a single bracketed list with data in row‐major order.

1
(axisData, gridData) GetGridDataStrings()

Returns

<System.String,System.String>