| DfsItemData2DT Constructor (Int32, Int32) | 
            Constructor that creates a DfsItemData2D with an empty 2D data array of the specified size.
            
 
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic DfsItemData2D(
	int xCount,
	int yCount
)
Public Sub New ( 
	xCount As Integer,
	yCount As Integer
)
public:
DfsItemData2D(
	int xCount, 
	int yCount
)
new : 
        xCount : int * 
        yCount : int -> DfsItemData2DParameters
- xCount
 - Type: SystemInt32
Number of values in the x direction - yCount
 - Type: SystemInt32
Number of values in the y direction 
See Also