Click or drag to resize

DfsDLLWrapper.dfsGetNeqCalendarAxis Method

wrapped dfsGetNeqCalendarAxis

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)
Syntax
public static void dfsGetNeqCalendarAxis(
	IntPtr pdfs,
	out string start_date_rtn,
	out string start_time_rtn,
	out int n_eum_unit_rtn,
	out string t_eum_unit_rtn,
	out double tstart_rtn,
	out double tspan_rtn,
	out int tnum_rtn,
	out int tindex_rtn
)

Parameters

pdfs
Type: System.IntPtr
start_date_rtn
Type: System.String
start_time_rtn
Type: System.String
n_eum_unit_rtn
Type: System.Int32
t_eum_unit_rtn
Type: System.String
tstart_rtn
Type: System.Double
tspan_rtn
Type: System.Double
tnum_rtn
Type: System.Int32
tindex_rtn
Type: System.Int32
See Also