| DfsDLLAccessdfsGetEqCalendarAxis Method  | 
            wrapped dfsGetEqCaldendarAxis
            
 
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 dfsGetEqCalendarAxis(
	IntPtr pdfs,
	ref IntPtr start_date_rtn,
	ref IntPtr start_time_rtn,
	out int n_eum_unit_rtn,
	ref IntPtr t_eum_unit_rtn,
	out double tstart_rtn,
	out double tstep_rtn,
	out int tnum_rtn,
	out int tindex_rtn
)
Public Shared Function dfsGetEqCalendarAxis ( 
	pdfs As IntPtr,
	ByRef start_date_rtn As IntPtr,
	ByRef start_time_rtn As IntPtr,
	<OutAttribute> ByRef n_eum_unit_rtn As Integer,
	ByRef t_eum_unit_rtn As IntPtr,
	<OutAttribute> ByRef tstart_rtn As Double,
	<OutAttribute> ByRef tstep_rtn As Double,
	<OutAttribute> ByRef tnum_rtn As Integer,
	<OutAttribute> ByRef tindex_rtn As Integer
) As Integer
public:
static int dfsGetEqCalendarAxis(
	IntPtr pdfs, 
	IntPtr% start_date_rtn, 
	IntPtr% start_time_rtn, 
	[OutAttribute] int% n_eum_unit_rtn, 
	IntPtr% t_eum_unit_rtn, 
	[OutAttribute] double% tstart_rtn, 
	[OutAttribute] double% tstep_rtn, 
	[OutAttribute] int% tnum_rtn, 
	[OutAttribute] int% tindex_rtn
)
static member dfsGetEqCalendarAxis : 
        pdfs : IntPtr * 
        start_date_rtn : IntPtr byref * 
        start_time_rtn : IntPtr byref * 
        n_eum_unit_rtn : int byref * 
        t_eum_unit_rtn : IntPtr byref * 
        tstart_rtn : float byref * 
        tstep_rtn : float byref * 
        tnum_rtn : int byref * 
        tindex_rtn : int byref -> int 
Parameters
- pdfs
 - Type: SystemIntPtr
 - start_date_rtn
 - Type: SystemIntPtr
 - start_time_rtn
 - Type: SystemIntPtr
 - n_eum_unit_rtn
 - Type: SystemInt32
 - t_eum_unit_rtn
 - Type: SystemIntPtr
 - tstart_rtn
 - Type: SystemDouble
 - tstep_rtn
 - Type: SystemDouble
 - tnum_rtn
 - Type: SystemInt32
 - tindex_rtn
 - Type: SystemInt32
 
Return Value
Type: 
Int32
See Also