INwk11StructureBridge Interface

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

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public interface INwk11StructureBridge

Properties

PfsHandle Reference file pointer. The handle is used when writing Pfs files.
PfsStructureSection The section that includes the structure sections
StructureSection Section pointer to the section that includes the structure sections

Methods

Open Reads in the _structureSection and populates the _structureCollection.
Obsolete
Open(IDiagnostics) Reads in the _structureSection and populates the _structureCollection.
Save Saves the data of the _structureCollection into the _structureSection.

See Also