Nwk11StructureBridge Class

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 class Nwk11StructureBridge : INwk11StructureBridge
Inheritance
Object    Nwk11StructureBridge
Implements
INwk11StructureBridge

Constructors

Nwk11StructureBridge(IStructureCollection, ControlData) Constructor. The constructor sets a reference to the structure collection that aggregates the list of structures filled by the bridge.
Nwk11StructureBridge(IStructureCollection, ControlData, PFSSection) Constructor. The constructor sets a reference to the structure collection that aggregates the list of structures filled by the bridge.

Properties

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

Methods

EnsureUniqueStructureId(IStructure) 
EnsureUniqueStructureId(ILocation, String) 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Open Reads in the _structureSection and populates the _structureCollection.
Obsolete
Open(IDiagnostics) Open
Save Saves the data of the _structureCollection into the _structureSection.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also