DfsDLLWrapperdfsSetItemAxisEqD3 Method |
wrapped dfsSetItemAxisEqD3
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 dfsSetItemAxisEqD3(
IntPtr item,
int n_eum_unit,
int j,
int k,
int l,
float x0,
float y0,
float z0,
float dx,
float dy,
float dz
)
Public Shared Sub dfsSetItemAxisEqD3 (
item As IntPtr,
n_eum_unit As Integer,
j As Integer,
k As Integer,
l As Integer,
x0 As Single,
y0 As Single,
z0 As Single,
dx As Single,
dy As Single,
dz As Single
)
public:
static void dfsSetItemAxisEqD3(
IntPtr item,
int n_eum_unit,
int j,
int k,
int l,
float x0,
float y0,
float z0,
float dx,
float dy,
float dz
)
static member dfsSetItemAxisEqD3 :
item : IntPtr *
n_eum_unit : int *
j : int *
k : int *
l : int *
x0 : float32 *
y0 : float32 *
z0 : float32 *
dx : float32 *
dy : float32 *
dz : float32 -> unit
Parameters
- item
- Type: SystemIntPtr
- n_eum_unit
- Type: SystemInt32
- j
- Type: SystemInt32
- k
- Type: SystemInt32
- l
- Type: SystemInt32
- x0
- Type: SystemSingle
- y0
- Type: SystemSingle
- z0
- Type: SystemSingle
- dx
- Type: SystemSingle
- dy
- Type: SystemSingle
- dz
- Type: SystemSingle
See Also