IResultDataIOWriteTimestep Method

Write all items of the specified time step. Data is taken from each seperate data item within the Res1D data structure. It is assumed that these data are available everywhere.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
void WriteTimestep(
	int timestepIndex
)

Parameters

timestepIndex  Int32
Index of the time step

See Also