BedResistanceGetBedResistanceValues Method |
Get a
BedResistanceValueSet for the given location. To convert from
levels to depth, the bottom level is also required.
Namespace:
DHI.Mike1D.HDParameterDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public BedResistanceValueSet GetBedResistanceValues(
ILocation location,
double bottomLevel,
IDiagnostics diagnostics
)
Public Function GetBedResistanceValues (
location As ILocation,
bottomLevel As Double,
diagnostics As IDiagnostics
) As BedResistanceValueSet
public:
BedResistanceValueSet^ GetBedResistanceValues(
ILocation^ location,
double bottomLevel,
IDiagnostics^ diagnostics
)
Parameters
- location
- Type: DHI.Mike1D.GenericILocation
Location to retrieve data from - bottomLevel
- Type: SystemDouble
Bottom level at the given location. - diagnostics
- Type: DHI.Mike1D.GenericIDiagnostics
Return Value
Type:
BedResistanceValueSetA new
BedResistanceValueSetSee Also