IDfsItemData3DItem 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)
SyntaxObject this[
int xIndex,
int yIndex,
int zIndex
] { get; set; }
Default Property Item (
xIndex As Integer,
yIndex As Integer,
zIndex As Integer
) As Object
Get
Set
property Object^ default[int xIndex, int yIndex, int zIndex] {
Object^ get (int xIndex, int yIndex, int zIndex);
void set (int xIndex, int yIndex, int zIndex, Object^ value);
}
abstract Item : Object with get, set
Parameters
- xIndex
- Type: SystemInt32
- yIndex
- Type: SystemInt32
- zIndex
- Type: SystemInt32
Property Value
Type:
Object
See Also