Dfs1BridgeReadTimeStep 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#
public bool ReadTimeStep(
	int timestepIndex,
	int resTimestepIndex
)

Parameters

timestepIndex  Int32
Index of time step in data source
resTimestepIndex  Int32

[Missing <param name="resTimestepIndex"/> documentation for "M:DHI.Mike1D.ResultDataAccess.Dfs1Bridge.ReadTimeStep(System.Int32,System.Int32)"]

Return Value

Boolean
true on success

Implements

IResultRandomReadBridgeReadTimeStep(Int32, Int32)

See Also