Click or drag to resize

IDfsuBuilderSetNodes Method

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
void SetNodes(
	double[] x,
	double[] y,
	float[] z,
	int[] code
)

Parameters

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