Click or drag to resize

StandardLinkFactory Class

[Missing <summary> documentation for "T:DHI.Mike1D.Engine.Couplings.StandardLinkFactory"]

Inheritance Hierarchy

Namespace:  DHI.Mike1D.Engine.Couplings
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class StandardLinkFactory

The StandardLinkFactory type exposes the following members.

Constructors
  NameDescription
Public methodStandardLinkFactory(EngineNet)
Initializes a new instance of the StandardLinkFactory class
Public methodStandardLinkFactory(EngineNet, IStructureCollection)
Initializes a new instance of the StandardLinkFactory class
Top
Methods
  NameDescription
Public methodCreate
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFindOutletLocation
Find outlet node from location. Throwing CouplingException if there is no outlet
Public methodStatic memberFindOutletPump
Find outlet from pump id, assuming pump is an outlet pump
Public methodStatic memberFindOutletSideStructureLocation
Find outlet from side-structure id
Public methodStatic memberFindOutletStructure
Find outlet from structure id, assuming structure is an outlet structure.
Public methodStatic memberFindOutletWeir
Find outlet from weir id, assuming weir is an outlet weir
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetStructureCollection
Public methodSetupOutletNode
Setup outlet from node id
Public methodSetupOutletPump
Setup outlet from pump id
Public methodSetupOutletReach
Setup outlet from reach location
Public methodSetupOutletSideStructure
Setup outlet of side structure from structure location (location on "main" branch)
Public methodSetupOutletStructure
Setup outlet from structure id
Public methodSetupOutletWeir
Setup outlet from weir id
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_outletEngineNet
Engine net where the water level boundary is applied
Protected field_stdLink
Top
See Also