Click or drag to resize

INwk11StructureBridge Interface

The Nwk11 bridge is used for reading and writing data from the Mike11 network file.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public interface INwk11StructureBridge

The INwk11StructureBridge type exposes the following members.

Properties
  NameDescription
Public propertyPfsHandle
Reference file pointer. The handle is used when writing Pfs files.
Public propertyPfsStructureSection
The section that includes the structure sections
Public propertyStructureSection
Section pointer to the section that includes the structure sections
Top
Methods
  NameDescription
Public methodOpen Obsolete.
Reads in the _structureSection and populates the _structureCollection.
Public methodOpen(IDiagnostics)
Reads in the _structureSection and populates the _structureCollection.
Public methodSave
Saves the data of the _structureCollection into the _structureSection.
Top
See Also