DHI.Mike1D Class Library
C#
Show/Hide TOC
Res
1DBridge
Read
Time
Step Method
Read and populate result data with data for the given time step
Definition
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
bool
ReadTimeStep
(
int
timestepIndex
,
int
resultTimestepIndex
)
Parameters
timestepIndex
Int32
Index of time step in data source
resultTimestepIndex
Int32
Index of time step to store values in resultdata
Return Value
Boolean
true on success
Implements
IResultRandomReadBridge
ReadTimeStep(Int32, Int32)
See Also
Reference
Res1DBridge Class
DHI.Mike1D.ResultDataAccess Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also