Mike1DDataXmlBridgeOpen(IDiagnostics) Method

Opens the file in FilePath and Read data from xml file into the DataAccess component.

The xml must inlude data access versioning info. Input read using this method must be written using one of the Save methods.

The FilePath must have been set to a valid xml file.

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public override void Open(
	IDiagnostics diagnostics
)

Parameters

diagnostics  IDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.Mike1DDataAccess.Mike1DDataXmlBridge.Open(DHI.Mike1D.Generic.IDiagnostics)"]

Implements

IBridgeOpen(IDiagnostics)

See Also