| DfsDLLWrapperdfsReadItemTimeStep Method (IntPtr, IntPtr, Double, Byte) | 
 
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,
	byte[] dataptr_rtn
)
Public Shared Function dfsReadItemTimeStep ( 
	pdfs As IntPtr,
	fp As IntPtr,
	<OutAttribute> ByRef time_rtn As Double,
	dataptr_rtn As Byte()
) As Boolean
public:
static bool dfsReadItemTimeStep(
	IntPtr pdfs, 
	IntPtr fp, 
	[OutAttribute] double% time_rtn, 
	array<unsigned char>^ dataptr_rtn
)
static member dfsReadItemTimeStep : 
        pdfs : IntPtr * 
        fp : IntPtr * 
        time_rtn : float byref * 
        dataptr_rtn : byte[] -> bool 
Parameters
- pdfs
 - Type: SystemIntPtr
 - fp
 - Type: SystemIntPtr
 - time_rtn
 - Type: SystemDouble
 - dataptr_rtn
 - Type: SystemByte
 
Return Value
Type: 
Boolean
See Also