HDWaterLevelDepth Structure

Structure to specify a water level or a water depth. The LevelBased specifies whether is is a water level (true) or a water depth false)

Definition

Namespace: DHI.Mike1D.HDParameterDataAccess
Assembly: DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public struct HDWaterLevelDepth
Inheritance
Object    ValueType    HDWaterLevelDepth

Constructors

HDWaterLevelDepth(Boolean, Double) Create a water level/water depth initial condition.
HDWaterLevelDepth(Boolean, Double, HDWaterLevelDepthTypes) Create a water level/water depth initial condition.

Methods

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

Fields

LevelBased Flag specifying whether the LevelDepth is a water level (true) or a water depth (false)
LevelDepth Water level or water depth, depending on the LevelBased flag.
Type Type of point

See Also