Click or drag to resize

DfsItemData2DT Constructor (T, Int32, Int32)

Constructor that creates a DfsItemData2D from an array of data.

The size of the data must match the x-y count

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public DfsItemData2D(
	T[] data,
	int xCount,
	int yCount
)

Parameters

data
Type: T
Array of data
xCount
Type: SystemInt32
Number of values in the x direction
yCount
Type: SystemInt32
Number of values in the y direction
See Also