| DfsItemData3DTItem 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)
Syntaxpublic T this[
	int xIndex,
	int yIndex,
	int zIndex
] { get; set; }Public Default Property Item ( 
	xIndex As Integer,
	yIndex As Integer,
	zIndex As Integer
) As T
	Get
	Set
public:
virtual property T default[int xIndex, int yIndex, int zIndex] {
	T get (int xIndex, int yIndex, int zIndex) sealed;
	void set (int xIndex, int yIndex, int zIndex, T value) sealed;
}abstract Item : 'T with get, set
override Item : 'T with get, set
Parameters
- xIndex
 - Type: SystemInt32
 - yIndex
 - Type: SystemInt32
 - zIndex
 - Type: SystemInt32
 
Property Value
Type: 
TImplements
IDfsItemData3DTItemInt32, Int32, Int32
See Also