MuWhrBridgeReadData 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.

Definition

Namespace: DHI.Mike1D.ResultDataAccess.Epanet
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void ReadData(
	IDiagnostics diagnostics
)

Parameters

diagnostics  IDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.ResultDataAccess.Epanet.MuWhrBridge.ReadData(DHI.Mike1D.Generic.IDiagnostics)"]

Implements

IResultReadBridgeReadData(IDiagnostics)

See Also