| IDfsuBuilderSetNodes Method  | 
            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)
Syntaxvoid SetNodes(
	double[] x,
	double[] y,
	float[] z,
	int[] code
)
Sub SetNodes ( 
	x As Double(),
	y As Double(),
	z As Single(),
	code As Integer()
)
void SetNodes(
	array<double>^ x, 
	array<double>^ y, 
	array<float>^ z, 
	array<int>^ code
)
abstract SetNodes : 
        x : float[] * 
        y : float[] * 
        z : float32[] * 
        code : int[] -> unit 
Parameters
- x
 - Type: SystemDouble
 - y
 - Type: SystemDouble
 - z
 - Type: SystemSingle
 - code
 - Type: SystemInt32
 
See Also