Click or drag to resize

IResultDataReaderReadHeader Method (Boolean, IDiagnostics)

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

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
void ReadHeader(
	bool keepStorageConnection,
	IDiagnostics diagnostics
)

Parameters

keepStorageConnection
Type: SystemBoolean
Flag indicating if to keep file open. File will be closed at end of ReadData(IDiagnostics).
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
Errors and warnings object
See Also