IResultDataIOReadTimestep Method |
Read all items of the specified time step. Data is loaded into each seperate data item
within the Res1D data structure
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax void ReadTimestep(
int timestepIndex
)
Sub ReadTimestep (
timestepIndex As Integer
)
void ReadTimestep(
int timestepIndex
)
Parameters
- timestepIndex
- Type: SystemInt32
Index of the time step
See Also