CouplingSummaryInOutFlow Structure

Helper struct having information about flow due to coupling

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 struct CouplingSummaryInOutFlow
Inheritance
Object    ValueType    CouplingSummaryInOutFlow

Constructors

CouplingSummaryInOutFlow(String, Double, Boolean)Initializes a new instance of the CouplingSummaryInOutFlow class
CouplingSummaryInOutFlow(String, CouplingType, CouplingFlowType, Double, Boolean)Initializes a new instance of the CouplingSummaryInOutFlow class

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetCouplingType 
GetDirection 
GetFlowType 
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetName 
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetVal 
IsOutflow 
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also