| DfsDLLAccessdfsGetItemAxisCurveLinearD3 Method  | 
            wrapped dfsGetItemAxisCurveLinearD3
            
 
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic static int dfsGetItemAxisCurveLinearD3(
	IntPtr item,
	out int n_eum_unit_rtn,
	ref IntPtr t_eum_unit_rtn,
	out int j_rtn,
	out int k_rtn,
	out int l_rtn,
	ref IntPtr xcoords_rtn,
	ref IntPtr ycoords_rtn,
	ref IntPtr zcoords_rtn
)
Public Shared Function dfsGetItemAxisCurveLinearD3 ( 
	item As IntPtr,
	<OutAttribute> ByRef n_eum_unit_rtn As Integer,
	ByRef t_eum_unit_rtn As IntPtr,
	<OutAttribute> ByRef j_rtn As Integer,
	<OutAttribute> ByRef k_rtn As Integer,
	<OutAttribute> ByRef l_rtn As Integer,
	ByRef xcoords_rtn As IntPtr,
	ByRef ycoords_rtn As IntPtr,
	ByRef zcoords_rtn As IntPtr
) As Integer
public:
static int dfsGetItemAxisCurveLinearD3(
	IntPtr item, 
	[OutAttribute] int% n_eum_unit_rtn, 
	IntPtr% t_eum_unit_rtn, 
	[OutAttribute] int% j_rtn, 
	[OutAttribute] int% k_rtn, 
	[OutAttribute] int% l_rtn, 
	IntPtr% xcoords_rtn, 
	IntPtr% ycoords_rtn, 
	IntPtr% zcoords_rtn
)
static member dfsGetItemAxisCurveLinearD3 : 
        item : IntPtr * 
        n_eum_unit_rtn : int byref * 
        t_eum_unit_rtn : IntPtr byref * 
        j_rtn : int byref * 
        k_rtn : int byref * 
        l_rtn : int byref * 
        xcoords_rtn : IntPtr byref * 
        ycoords_rtn : IntPtr byref * 
        zcoords_rtn : IntPtr byref -> int 
Parameters
- item
 - Type: SystemIntPtr
 - n_eum_unit_rtn
 - Type: SystemInt32
 - t_eum_unit_rtn
 - Type: SystemIntPtr
 - j_rtn
 - Type: SystemInt32
 - k_rtn
 - Type: SystemInt32
 - l_rtn
 - Type: SystemInt32
 - xcoords_rtn
 - Type: SystemIntPtr
 - ycoords_rtn
 - Type: SystemIntPtr
 - zcoords_rtn
 - Type: SystemIntPtr
 
Return Value
Type: 
Int32
See Also