Click or drag to resize

IResultDataReaderReadData Method

Reads in the data from persistant storage and populates the associated resultdata object.

You can not load the data without having loaded the header, hence it can be assumed that ReadHeader(IDiagnostics) has already been called.

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 ReadData(
	IDiagnostics diagnostics
)

Parameters

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
See Also