Mike1DBridgeCollection Class

Collection of MIKE 1D bridges, IMike1DBridge.

Register a new bridge by calling AddBridge(String, String, IMike1DBridgeFactory)

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 static class Mike1DBridgeCollection
Inheritance
Object    Mike1DBridgeCollection

Methods

AddBridge Register bridge factory to the collection.

If bridge name is already registered, an exception is thrown

GetBridge Get bridge for given bridge name
GetBridgeLongName Get long name of bridge

See Also