STActiveLayerData Class

Active layer Parameters, the thickness of the active layer.

For active-layer-only models, this is the thickness were transport starts being scaled down. Set to zero to disable the scaling down.

Definition

Namespace: DHI.Mike1D.STDataAccess
Assembly: DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class STActiveLayerData
Inheritance
Object    STActiveLayerData

Constructors

STActiveLayerDataInitializes a new instance of the STActiveLayerData class
STActiveLayerData(Double) Specified active layer thichness constructor
STActiveLayerData(Double, Double, Double) Depthbased constructor

Properties

DepthType Type of active layer depth
FactorOnDepth FactorOnDepth
MaxThickness FactorOnDepth
Thickness Thickness of active layer. If DepthType is FactorOnDepth, this is also the minimum value

Methods

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)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also