DfsDLLWrapperdfsGetItemAxisCurveLinearD3 Method |
wrapped dfsGetItemAxisCurveLinearD3
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 dfsGetItemAxisCurveLinearD3(
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 double[] xcoords_rtn,
out double[] ycoords_rtn,
out double[] zcoords_rtn
)
Public Shared Sub dfsGetItemAxisCurveLinearD3 (
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 xcoords_rtn As Double(),
<OutAttribute> ByRef ycoords_rtn As Double(),
<OutAttribute> ByRef zcoords_rtn As Double()
)
public:
static void dfsGetItemAxisCurveLinearD3(
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] array<double>^% xcoords_rtn,
[OutAttribute] array<double>^% ycoords_rtn,
[OutAttribute] array<double>^% zcoords_rtn
)
static member dfsGetItemAxisCurveLinearD3 :
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 *
xcoords_rtn : float[] byref *
ycoords_rtn : float[] byref *
zcoords_rtn : float[] 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
- xcoords_rtn
- Type: SystemDouble
- ycoords_rtn
- Type: SystemDouble
- zcoords_rtn
- Type: SystemDouble
See Also