BedResistanceGetBedResistanceValues Method

Get a BedResistanceValueSet for the given location. To convert from levels to depth, the bottom level is also required.

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 BedResistanceValueSet GetBedResistanceValues(
	ILocation location,
	double bottomLevel,
	IDiagnostics diagnostics
)

Parameters

location  ILocation
Location to retrieve data from
bottomLevel  Double
Bottom level at the given location.
diagnostics  IDiagnostics

Return Value

BedResistanceValueSet
A new BedResistanceValueSet

See Also