IDfsFileIOReadItemTimeStep Method (IDfsItemData, Int32) |
Read the specified item and time step. With this you can reuse
the data buffer in
IDfsItemData,
Data.
The data is updated in place.
If the data from one timestep is to be saved for later, the user is responsible to copy the
data before using this method again.
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax bool ReadItemTimeStep(
IDfsItemData itemData,
int timestepIndex
)
Function ReadItemTimeStep (
itemData As IDfsItemData,
timestepIndex As Integer
) As Boolean
bool ReadItemTimeStep(
IDfsItemData^ itemData,
int timestepIndex
)
abstract ReadItemTimeStep :
itemData : IDfsItemData *
timestepIndex : int -> bool
Parameters
- itemData
- Type: DHI.Generic.MikeZero.DFSIDfsItemData
- timestepIndex
- Type: SystemInt32
Return Value
Type:
Booleantrue on succes, false on end of file
See Also