Click or drag to resize

AsciiBridgeResultDataDoStoreOverride Method

Method to used as the DoStoreUserFunction, to make sure ResultData gets data at every time step (to update statistics)

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
protected static bool ResultDataDoStoreOverride(
	DateTime time,
	out DateTime updateTime
)

Parameters

time
Type: SystemDateTime
updateTime
Type: SystemDateTime

Return Value

Type: Boolean
See Also