Click or drag to resize

DfsDLLWrapperdfsGetNeqCalendarAxis 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: SystemIntPtr
start_date_rtn
Type: SystemString
start_time_rtn
Type: SystemString
n_eum_unit_rtn
Type: SystemInt32
t_eum_unit_rtn
Type: SystemString
tstart_rtn
Type: SystemDouble
tspan_rtn
Type: SystemDouble
tnum_rtn
Type: SystemInt32
tindex_rtn
Type: SystemInt32
See Also