Click or drag to resize

IResultDataIOWriteItemTimestepNext Method

Writes the next dynamic item-timestep data to the underlying storage

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
void WriteItemTimestepNext(
	double time,
	Array data
)

Parameters

time
Type: SystemDouble
Time of timestep
data
Type: SystemArray
Data to write
See Also