Click or drag to resize

IDfsAxisCurveLinearD2YCoordinates Property

Y coordinates of the grid.

It is of size (XCount+1) X (YCount+1).

To get coordinates at index (i,j), you can do:

YCoordinates[i + j*(<see cref="P:DHI.Generic.MikeZero.DFS.IDfsAxisCurveLinearD2.XCount" />+1)]

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
double[] YCoordinates { get; set; }

Property Value

Type: Double
See Also