Click or drag to resize

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.dfsu
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.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
)

Parameters

x
Type: SystemSingle
y
Type: SystemSingle
z
Type: SystemSingle
code
Type: SystemInt32
See Also