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