| DfsDLLWrapperdfsGetEqTimeAxis Method  | 
            wrapped dfsGetEqTimeAxis
            
 
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 void dfsGetEqTimeAxis(
	IntPtr pdfs,
	out int n_eum_unit_rtn,
	out string t_eum_unit_rtn,
	out double tstart_rtn,
	out double tstep_rtn,
	out int tnum_rtn,
	out int tindex_rtn
)
Public Shared Sub dfsGetEqTimeAxis ( 
	pdfs As IntPtr,
	<OutAttribute> ByRef n_eum_unit_rtn As Integer,
	<OutAttribute> ByRef t_eum_unit_rtn As String,
	<OutAttribute> ByRef tstart_rtn As Double,
	<OutAttribute> ByRef tstep_rtn As Double,
	<OutAttribute> ByRef tnum_rtn As Integer,
	<OutAttribute> ByRef tindex_rtn As Integer
)
public:
static void dfsGetEqTimeAxis(
	IntPtr pdfs, 
	[OutAttribute] int% n_eum_unit_rtn, 
	[OutAttribute] String^% t_eum_unit_rtn, 
	[OutAttribute] double% tstart_rtn, 
	[OutAttribute] double% tstep_rtn, 
	[OutAttribute] int% tnum_rtn, 
	[OutAttribute] int% tindex_rtn
)
static member dfsGetEqTimeAxis : 
        pdfs : IntPtr * 
        n_eum_unit_rtn : int byref * 
        t_eum_unit_rtn : string byref * 
        tstart_rtn : float byref * 
        tstep_rtn : float byref * 
        tnum_rtn : int byref * 
        tindex_rtn : int byref -> unit 
Parameters
- pdfs
 - Type: SystemIntPtr
 - n_eum_unit_rtn
 - Type: SystemInt32
 - t_eum_unit_rtn
 - Type: SystemString
 - tstart_rtn
 - Type: SystemDouble
 - tstep_rtn
 - Type: SystemDouble
 - tnum_rtn
 - Type: SystemInt32
 - tindex_rtn
 - Type: SystemInt32
 
See Also