DfsDLLAccessdfsSetItemAxisCurveLinearD2 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 int dfsSetItemAxisCurveLinearD2(
IntPtr item,
int n_eum_unit,
int j,
int k,
double[] xcoords,
double[] ycoords,
bool coords_copy
)
Public Shared Function 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
) As Integer
public:
static int 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 -> int
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
Return Value
Type:
Int32
See Also