HPointSurfaceArea Class

H point class used for Surface area analysis.

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess.NetworkAnalysisTool
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class HPointSurfaceArea : HPointBase, 
	IHPointAnalysis
Inheritance
Object    HPointBase    HPointSurfaceArea
Implements
IHPointAnalysis

Constructors

HPointSurfaceArea Constructor for the H-point type for Surface area analysis.

Properties

BottomLevel Bottom level of the Cross Section.
(Inherited from HPointBase)
CrossSection Crossection associated to the H-point and that is used for the Network analysis.
(Inherited from HPointBase)
Location location of the H-point.
(Inherited from HPointBase)
SurfaceArea SurfaceArea used for the analysis.
WaterDepth WaterDepth for the Hpoint
(Inherited from HPointBase)

Methods

CalculateSurfaceArea Computes the surface area according to cross section information and given water depth.
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)
GetValue get the value of the surface area.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetFullCrossSectionDepth Sets the WaterDepth to the equivalent of the Full cross section: This means in practice: a) for open cross section, the minimum between marker 1 and marker 3. b) for closed cross sections, the maximum height of the cross section.
(Inherited from HPointBase)
SetLowFlowCrossSectionDepth Sets the WaterDepth to the equivalent of the low flow cross section: This means in practice: a) for open cross section, the minimum between marker 4 and marker 5 if any of these exists. b) If hese do not exist, the water depth will be set as full cross section i.e., method SetFullCrossSectionDepth will be use instead.
(Inherited from HPointBase)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also