Click or drag to resize

IDataItemUpdate Method

Update the TimeData with a new set of time step values

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
void Update(
	DateTime time
)

Parameters

time
Type: SystemDateTime
Remarks
For some IDataItem's this call may have no effect.
See Also