Click or drag to resize

DfsItemData3DT Constructor (Int32, Int32, Int32)

Constructor that creates a DfsItemData2D with an empty 2D data array of the specified size.

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 DfsItemData3D(
	int xCount,
	int yCount,
	int zCount
)

Parameters

xCount
Type: SystemInt32
Number of values in the x direction
yCount
Type: SystemInt32
Number of values in the y direction
zCount
Type: SystemInt32
Number of values in the z direction
See Also