| DfsDLLAccessdfsSetItemAxisCurveLinearD3 Method  | 
            wrapped dfsSetItemAxisCurveLinearD3
            
 
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic static int dfsSetItemAxisCurveLinearD3(
	IntPtr item,
	int n_eum_unit,
	int j,
	int k,
	int l,
	double[] xcoords,
	double[] ycoords,
	double[] zcoords,
	bool coords_copy
)
Public Shared Function dfsSetItemAxisCurveLinearD3 ( 
	item As IntPtr,
	n_eum_unit As Integer,
	j As Integer,
	k As Integer,
	l As Integer,
	xcoords As Double(),
	ycoords As Double(),
	zcoords As Double(),
	coords_copy As Boolean
) As Integer
public:
static int dfsSetItemAxisCurveLinearD3(
	IntPtr item, 
	int n_eum_unit, 
	int j, 
	int k, 
	int l, 
	array<double>^ xcoords, 
	array<double>^ ycoords, 
	array<double>^ zcoords, 
	bool coords_copy
)
static member dfsSetItemAxisCurveLinearD3 : 
        item : IntPtr * 
        n_eum_unit : int * 
        j : int * 
        k : int * 
        l : int * 
        xcoords : float[] * 
        ycoords : float[] * 
        zcoords : float[] * 
        coords_copy : bool -> int 
Parameters
- item
 - Type: SystemIntPtr
 - n_eum_unit
 - Type: SystemInt32
 - j
 - Type: SystemInt32
 - k
 - Type: SystemInt32
 - l
 - Type: SystemInt32
 - xcoords
 - Type: SystemDouble
 - ycoords
 - Type: SystemDouble
 - zcoords
 - Type: SystemDouble
 - coords_copy
 - Type: SystemBoolean
 
Return Value
Type: 
Int32
See Also