DfsDLLAccessdfsSetItemAxisEqD4 Method |
wrapped dfsSetItemAxisEqD4
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 dfsSetItemAxisEqD4(
IntPtr item,
int n_eum_unit,
int j,
int k,
int l,
int m,
float x0,
float y0,
float z0,
float f0,
float dx,
float dy,
float dz,
float df
)
Public Shared Function dfsSetItemAxisEqD4 (
item As IntPtr,
n_eum_unit As Integer,
j As Integer,
k As Integer,
l As Integer,
m As Integer,
x0 As Single,
y0 As Single,
z0 As Single,
f0 As Single,
dx As Single,
dy As Single,
dz As Single,
df As Single
) As Integer
public:
static int dfsSetItemAxisEqD4(
IntPtr item,
int n_eum_unit,
int j,
int k,
int l,
int m,
float x0,
float y0,
float z0,
float f0,
float dx,
float dy,
float dz,
float df
)
static member dfsSetItemAxisEqD4 :
item : IntPtr *
n_eum_unit : int *
j : int *
k : int *
l : int *
m : int *
x0 : float32 *
y0 : float32 *
z0 : float32 *
f0 : float32 *
dx : float32 *
dy : float32 *
dz : float32 *
df : float32 -> int
Parameters
- item
- Type: SystemIntPtr
- n_eum_unit
- Type: SystemInt32
- j
- Type: SystemInt32
- k
- Type: SystemInt32
- l
- Type: SystemInt32
- m
- Type: SystemInt32
- x0
- Type: SystemSingle
- y0
- Type: SystemSingle
- z0
- Type: SystemSingle
- f0
- Type: SystemSingle
- dx
- Type: SystemSingle
- dy
- Type: SystemSingle
- dz
- Type: SystemSingle
- df
- Type: SystemSingle
Return Value
Type:
Int32
See Also