Click or drag to resize

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.

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.STDataAccessSTActiveLayerData

Namespace:  DHI.Mike1D.STDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class STActiveLayerData

The STActiveLayerData type exposes the following members.

Constructors
  NameDescription
Public methodSTActiveLayerData
Initializes a new instance of the STActiveLayerData class
Public methodSTActiveLayerData(Double)
Specified active layer thichness constructor
Public methodSTActiveLayerData(Double, Double, Double)
Depthbased constructor
Top
Properties
  NameDescription
Public propertyDepthType
Type of active layer depth
Public propertyFactorOnDepth
FactorOnDepth
Public propertyMaxThickness
FactorOnDepth
Public propertyThickness
Thickness of active layer. If DepthType is FactorOnDepth, this is also the minimum value
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also