Click or drag to resize

IDfsItemData2DItem Property

Return data at the give x,y index

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
Object this[
	int xIndex,
	int yIndex
] { get; set; }

Parameters

xIndex
Type: SystemInt32
yIndex
Type: SystemInt32

Property Value

Type: Object
See Also