DfsDLLWrapperdfsSetItemAxisCurveLinearD2 Method  | 
 
            wrapped dfsSetItemAxisCurveLinearD2
            
 
    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)
Syntaxpublic static void dfsSetItemAxisCurveLinearD2(
	IntPtr item,
	int n_eum_unit,
	int j,
	int k,
	double[] xcoords,
	double[] ycoords,
	bool coords_copy
)
Public Shared Sub dfsSetItemAxisCurveLinearD2 ( 
	item As IntPtr,
	n_eum_unit As Integer,
	j As Integer,
	k As Integer,
	xcoords As Double(),
	ycoords As Double(),
	coords_copy As Boolean
)
public:
static void dfsSetItemAxisCurveLinearD2(
	IntPtr item, 
	int n_eum_unit, 
	int j, 
	int k, 
	array<double>^ xcoords, 
	array<double>^ ycoords, 
	bool coords_copy
)
static member dfsSetItemAxisCurveLinearD2 : 
        item : IntPtr * 
        n_eum_unit : int * 
        j : int * 
        k : int * 
        xcoords : float[] * 
        ycoords : float[] * 
        coords_copy : bool -> unit 
Parameters
- item
 - Type: SystemIntPtr
 - n_eum_unit
 - Type: SystemInt32
 - j
 - Type: SystemInt32
 - k
 - Type: SystemInt32
 - xcoords
 - Type: SystemDouble
 - ycoords
 - Type: SystemDouble
 - coords_copy
 - Type: SystemBoolean
 
See Also