DfsDLLWrapperdfsGetItemAxisEqD4 Method |
wrapped dfsGetItemAxisEqD4
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 dfsGetItemAxisEqD4(
IntPtr item,
out int n_eum_unit_rtn,
out string t_eum_unit_rtn,
out int j_rtn,
out int k_rtn,
out int l_rtn,
out int m_rtn,
out float x0_rtn,
out float y0_rtn,
out float z0_rtn,
out float f0_rtn,
out float dx_rtn,
out float dy_rtn,
out float dz_rtn,
out float df_rtn
)
Public Shared Sub dfsGetItemAxisEqD4 (
item As IntPtr,
<OutAttribute> ByRef n_eum_unit_rtn As Integer,
<OutAttribute> ByRef t_eum_unit_rtn As String,
<OutAttribute> ByRef j_rtn As Integer,
<OutAttribute> ByRef k_rtn As Integer,
<OutAttribute> ByRef l_rtn As Integer,
<OutAttribute> ByRef m_rtn As Integer,
<OutAttribute> ByRef x0_rtn As Single,
<OutAttribute> ByRef y0_rtn As Single,
<OutAttribute> ByRef z0_rtn As Single,
<OutAttribute> ByRef f0_rtn As Single,
<OutAttribute> ByRef dx_rtn As Single,
<OutAttribute> ByRef dy_rtn As Single,
<OutAttribute> ByRef dz_rtn As Single,
<OutAttribute> ByRef df_rtn As Single
)
public:
static void dfsGetItemAxisEqD4(
IntPtr item,
[OutAttribute] int% n_eum_unit_rtn,
[OutAttribute] String^% t_eum_unit_rtn,
[OutAttribute] int% j_rtn,
[OutAttribute] int% k_rtn,
[OutAttribute] int% l_rtn,
[OutAttribute] int% m_rtn,
[OutAttribute] float% x0_rtn,
[OutAttribute] float% y0_rtn,
[OutAttribute] float% z0_rtn,
[OutAttribute] float% f0_rtn,
[OutAttribute] float% dx_rtn,
[OutAttribute] float% dy_rtn,
[OutAttribute] float% dz_rtn,
[OutAttribute] float% df_rtn
)
static member dfsGetItemAxisEqD4 :
item : IntPtr *
n_eum_unit_rtn : int byref *
t_eum_unit_rtn : string byref *
j_rtn : int byref *
k_rtn : int byref *
l_rtn : int byref *
m_rtn : int byref *
x0_rtn : float32 byref *
y0_rtn : float32 byref *
z0_rtn : float32 byref *
f0_rtn : float32 byref *
dx_rtn : float32 byref *
dy_rtn : float32 byref *
dz_rtn : float32 byref *
df_rtn : float32 byref -> unit
Parameters
- item
- Type: SystemIntPtr
- n_eum_unit_rtn
- Type: SystemInt32
- t_eum_unit_rtn
- Type: SystemString
- j_rtn
- Type: SystemInt32
- k_rtn
- Type: SystemInt32
- l_rtn
- Type: SystemInt32
- m_rtn
- Type: SystemInt32
- x0_rtn
- Type: SystemSingle
- y0_rtn
- Type: SystemSingle
- z0_rtn
- Type: SystemSingle
- f0_rtn
- Type: SystemSingle
- dx_rtn
- Type: SystemSingle
- dy_rtn
- Type: SystemSingle
- dz_rtn
- Type: SystemSingle
- df_rtn
- Type: SystemSingle
See Also