Dfs0BridgeReadTimeStep Method |
Read and populate result data with data for the given time step
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool ReadTimeStep(
int timestepIndex,
int resultTimestepIndex
)
Public Function ReadTimeStep (
timestepIndex As Integer,
resultTimestepIndex As Integer
) As Boolean
public:
virtual bool ReadTimeStep(
int timestepIndex,
int resultTimestepIndex
) sealed
Parameters
- timestepIndex
- Type: SystemInt32
Index of time step in data source - resultTimestepIndex
- Type: SystemInt32
Index of time step to store values in resultdata
Return Value
Type:
Booleantrue on success
Implements
IResultRandomReadBridgeReadTimeStep(Int32, Int32)See Also