DfsuBuilderSetNodes Method (Single, Single, Single, Int32) |
Note: This API is now obsolete.
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 [ObsoleteAttribute("Use method with double X and Y arguments instead.",
true)]
public void SetNodes(
float[] x,
float[] y,
float[] z,
int[] code
)
<ObsoleteAttribute("Use method with double X and Y arguments instead.",
true)>
Public Sub SetNodes (
x As Single(),
y As Single(),
z As Single(),
code As Integer()
)
public:
[ObsoleteAttribute(L"Use method with double X and Y arguments instead.",
true)]
void SetNodes(
array<float>^ x,
array<float>^ y,
array<float>^ z,
array<int>^ code
)
[<ObsoleteAttribute("Use method with double X and Y arguments instead.",
true)>]
member SetNodes :
x : float32[] *
y : float32[] *
z : float32[] *
code : int[] -> unit
Parameters
- x
- Type: SystemSingle
- y
- Type: SystemSingle
- z
- Type: SystemSingle
- code
- Type: SystemInt32
See Also