Click or drag to resize

GenericXmlBridgeTDataAccessOpen Method (IDiagnostics)

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.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public virtual void Open(
	IDiagnostics diagnostics
)

Parameters

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

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

Implements

IBridgeOpen(IDiagnostics)
See Also