XSBaseBottomLevelFromCenter Method |
Return the bottom level of the cross section at a distance dx from
the center of the cross section. Throws an exception if dx is larger than
half the cross section width.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public abstract double BottomLevelFromCenter(
double dx
)
Public MustOverride Function BottomLevelFromCenter (
dx As Double
) As Double
public:
virtual double BottomLevelFromCenter(
double dx
) abstract
Parameters
- dx
- Type: SystemDouble
Return Value
Type:
Double[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBase.BottomLevelFromCenter(System.Double)"]
See Also