HDInitDischarge Structure

Discharge initial value

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 HDInitDischarge
Inheritance
Object    ValueType    HDInitDischarge

Methods

Create Create a discharge initial condition
CreateNaturalFlow Create a natural flow initial condition
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

Discharge Discharge, only used when the UseNaturalFlow flag is false.
UseNaturalFlow Flat specifying whether to use a natural flow condition or whether to use the Discharge value

See Also