Click or drag to resize

IResultDataLoadHeader Method (Boolean, IDiagnostics)

Loads the header information of the results from a persistent media into memory. Load uses the connection object to decide what and how it should load the data. Using the filter argument the user may choose to load only a sub-selection of the entire data.

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

Parameters

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