IDfsAxisCurveLinearD2XCoordinates Property |
X coordinates of the grid.
It is of size (XCount+1) X (YCount+1).
To get coordinates at index (i,j), you can do:
XCoordinates[i + j*(<see cref="P:DHI.Generic.MikeZero.DFS.IDfsAxisCurveLinearD2.XCount" />+1)]
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax double[] XCoordinates { get; set; }
Property XCoordinates As Double()
Get
Set
property array<double>^ XCoordinates {
array<double>^ get ();
void set (array<double>^ value);
}
abstract XCoordinates : float[] with get, set
Property Value
Type:
DoubleSee Also