Click or drag to resize

DfsDLLWrapper.dfsSetItemAxisNeqD3 Method

wrapped dfsSetItemAxisNeqD3

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static void dfsSetItemAxisNeqD3(
	IntPtr item,
	int n_eum_unit,
	int j,
	int k,
	int l,
	double[] xcoords,
	double[] ycoords,
	double[] zcoords,
	bool coords_copy
)

Parameters

item
Type: System.IntPtr
n_eum_unit
Type: System.Int32
j
Type: System.Int32
k
Type: System.Int32
l
Type: System.Int32
xcoords
Type:System.Double[]
ycoords
Type:System.Double[]
zcoords
Type:System.Double[]
coords_copy
Type: System.Boolean
See Also