DfsDLLWrapperdfsReadItemTimeStep Method (IntPtr, IntPtr, Double, IntPtr) |
wrapped dfsReadItemTimeStep
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 bool dfsReadItemTimeStep(
IntPtr pdfs,
IntPtr fp,
out double time_rtn,
IntPtr dataptr_rtn
)
Public Shared Function dfsReadItemTimeStep (
pdfs As IntPtr,
fp As IntPtr,
<OutAttribute> ByRef time_rtn As Double,
dataptr_rtn As IntPtr
) As Boolean
public:
static bool dfsReadItemTimeStep(
IntPtr pdfs,
IntPtr fp,
[OutAttribute] double% time_rtn,
IntPtr dataptr_rtn
)
static member dfsReadItemTimeStep :
pdfs : IntPtr *
fp : IntPtr *
time_rtn : float byref *
dataptr_rtn : IntPtr -> bool
Parameters
- pdfs
- Type: SystemIntPtr
- fp
- Type: SystemIntPtr
- time_rtn
- Type: SystemDouble
- dataptr_rtn
- Type: SystemIntPtr
Return Value
Type:
Booleantrue on succes, false on end of file
See Also