ResultDataLoadHeader(Boolean, IDiagnostics) Method

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.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void LoadHeader(
	bool keepStorageOpen,
	IDiagnostics diagnostics
)

Parameters

keepStorageOpen  Boolean
Flag indicating if to keep storage (file) open. Storage (file) will be closed at end of LoadData(IDiagnostics).
diagnostics  IDiagnostics
Errors and warnings object

Implements

IResultDataLoadHeader(Boolean, IDiagnostics)

See Also