| DfsDLLAccessdfsGetItemAxisNeqD1 Method (IntPtr, Int32, IntPtr, Int32, Coords) | 
 
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 dfsGetItemAxisNeqD1(
	IntPtr item,
	out int n_eum_unit_rtn,
	ref IntPtr t_eum_unit_rtn,
	out int j_rtn,
	Coords[] coords_rtn
)
Public Shared Function dfsGetItemAxisNeqD1 ( 
	item As IntPtr,
	<OutAttribute> ByRef n_eum_unit_rtn As Integer,
	ByRef t_eum_unit_rtn As IntPtr,
	<OutAttribute> ByRef j_rtn As Integer,
	coords_rtn As Coords()
) As Integer
public:
static int dfsGetItemAxisNeqD1(
	IntPtr item, 
	[OutAttribute] int% n_eum_unit_rtn, 
	IntPtr% t_eum_unit_rtn, 
	[OutAttribute] int% j_rtn, 
	array<Coords>^ coords_rtn
)
static member dfsGetItemAxisNeqD1 : 
        item : IntPtr * 
        n_eum_unit_rtn : int byref * 
        t_eum_unit_rtn : IntPtr byref * 
        j_rtn : int byref * 
        coords_rtn : Coords[] -> int 
Parameters
- item
 - Type: SystemIntPtr
 - n_eum_unit_rtn
 - Type: SystemInt32
 - t_eum_unit_rtn
 - Type: SystemIntPtr
 - j_rtn
 - Type: SystemInt32
 - coords_rtn
 - Type: DHI.Generic.MikeZero.DFSCoords
 
Return Value
Type: 
Int32
See Also