| IDfsItemData2DItem Property  | 
            Return data at the give x,y index
            
 
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
SyntaxObject this[
	int xIndex,
	int yIndex
] { get; set; }Default Property Item ( 
	xIndex As Integer,
	yIndex As Integer
) As Object
	Get
	Set
property Object^ default[int xIndex, int yIndex] {
	Object^ get (int xIndex, int yIndex);
	void set (int xIndex, int yIndex, Object^ value);
}abstract Item : Object with get, set
Parameters
- xIndex
 - Type: SystemInt32
 - yIndex
 - Type: SystemInt32
 
Property Value
Type: 
Object
See Also