DfsuBuilderSetNodes Method (Double, Double, Single, Int32) |
Set node coordinates and code. Depending on the projection string,
node coordinates are in meters or degrees.
Namespace: DHI.Generic.MikeZero.DFS.dfsuAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void SetNodes(
double[] x,
double[] y,
float[] z,
int[] code
)
Public Sub SetNodes (
x As Double(),
y As Double(),
z As Single(),
code As Integer()
)
public:
virtual void SetNodes(
array<double>^ x,
array<double>^ y,
array<float>^ z,
array<int>^ code
) sealed
abstract SetNodes :
x : float[] *
y : float[] *
z : float32[] *
code : int[] -> unit
override SetNodes :
x : float[] *
y : float[] *
z : float32[] *
code : int[] -> unit
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
- z
- Type: SystemSingle
- code
- Type: SystemInt32
Implements
IDfsuBuilderSetNodes(Double, Double, Single, Int32)See Also