DfsDLLWrapperdfsWriteItemTimeStep Method (IntPtr, IntPtr, Double, Int16) |
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 void dfsWriteItemTimeStep(
IntPtr pdfs,
IntPtr fp,
double time,
short[] dataptr
)
Public Shared Sub dfsWriteItemTimeStep (
pdfs As IntPtr,
fp As IntPtr,
time As Double,
dataptr As Short()
)
public:
static void dfsWriteItemTimeStep(
IntPtr pdfs,
IntPtr fp,
double time,
array<short>^ dataptr
)
static member dfsWriteItemTimeStep :
pdfs : IntPtr *
fp : IntPtr *
time : float *
dataptr : int16[] -> unit
Parameters
- pdfs
- Type: SystemIntPtr
- fp
- Type: SystemIntPtr
- time
- Type: SystemDouble
- dataptr
- Type: SystemInt16
See Also